Hi
XamDataTree firing SelectedNodeCollectionChanged event after MouseDoubleClick
I need to handle post MouseDoubleClick event such that node selection change event is fired.
Hello Abs,
Thank you for contacting Infragistics. Please clarify your requirement. My understanding is you wish to have the MouseDoubleClick event to fire last? I've tested this behavior in version 16.2 of our toolset and the MouseDoubleClick event fires after the SelectedNodesCollectionChanged event. This is to be expected. Which version of our components do you have installed?
Let me know if you have any questions regarding this matter.
Hi Michael
if user double click a node in xamDataTree, I was expecting it fires SelectedNodesCollectionChanged event first and then MouseDoubleClick, however we have 15.1 version in which after MouseDoubleClick control goes back to SelectedNodeCollectionChanged as if its firing in that order. Please clarify.