Hi Stephan ,
I don't believe an approach with attached property is possible. Usually, this is achieved with preview events. Since there are no PreviewClick events in the RadTreeView, you can just attach to the Click event of the first child like so:
This way you are stopping all invokations of "A_Item_Click_1" when an item different from Item A is clicked.
Regards,
Petar Mladenov
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>