The article here shows how to save state, but it fires them on manual changes, I am trying to detect when this repopulation is going to happen, I have other events unrelated to the UI that are changing the state of the object the treeview is bound to. and would like to be able to detect when that happens.
http://docs.telerik.com/devtools/winforms/treeview/how-to/keep-radtreeview-states-on-reset
the overarching goal here, is to prevent the tree expanded state from resetting when the tree bound data is updated off the control.
