I have a treeview which is bound to an observablecollection via HierarchicalDataTemplate. I cant seem to find any treeview functionality that provides me notifications that at any level a new treeviewitem was added.
I know that i can bubble item addition notification to my model's root and raise property changes which can be handled, but I'm trying to find a way doing so by my view without adding this functionality to the model/view-model.
Thanks, Oren.