I have a variety of actions that need to take place prior to NodeRemoved event firing. I will typically use the Gridview_RowsChanging, NotifyCollectionChangedAction.Replace or NotifyCollectionChangedAction.Remove (as an example) which work well and I'm looking for something similar to capture the action of a treeview context menu (Add/Delete).
Any thoughts?
Any thoughts?