Hi all I am making use of a System.Windows.Controls.TreeView in a wpf application.
Basically I need the equivalent of a SelectedItemChanging event so that I can cancel the the selection event of the treeview.
Is there a way to do this? I was not able to find something called SelectedItemschanging event on a treeview.
Thanks!