Hi,
I am using XamWebTree, and in the ItemExpansionChanging event i want to find the expanding item. But i am not able to find the XamWebTreeItem. Can any one let me know regarding this. Thanks in Advance.
Regards,
Amarendra.
The ItemExpansionChanging event args has a property called e.SourceItem which should be a XamWebTreeItem. Is this object coming back to you differently? Are you binding your data or setting up your tree in code/Xaml?
I am getting the source item. Thank you.