I have searched the online documentation but I cannot find anywhere that explicity states what all the properties for the event arguments of the Drag & Drop client events.
This page tells what the events are and how they are used, but does not describe the event args.
I have discovered many of the proprties by trial and error and by looking at examples. For example, I discovered the NodeDropping arg has a property of DragDropPoint, but DragEnter does not.
Are the event arg properties explicity documented anywhere?
Thanks!
John
Hi jmakuch,
Here are the drag and drop events properties - http://help.infragistics.com/Help/NetAdvantage/ASPNET/2011.2/CLR4.0/html/WebDataTree~Infragistics.Web.UI.DataTreeDragDropEventArgs_members.html. And the DataTreeDragDropEventArgs class members - http://help.infragistics.com/Help/NetAdvantage/ASPNET/2011.2/CLR4.0/html/WebDataTree~Infragistics.Web.UI.DataTreeDragMoveEventArgs_members.html.
Let me know if this helps.
Yes, this is what I was looking for. Thanks!