Version

DataTreeNodeDroppedEventArgs Class Members

The following tables list the members exposed by DataTreeNodeDroppedEventArgs.

Public Constructors
 NameDescription
Public ConstructorDataTreeNodeDroppedEventArgs ConstructorInitializes a new instance of the DataTreeNodeDroppedEventArgs class for the NodeDropped event.  
Public Properties
 NameDescription
Public PropertyDestNodeReturns the destination DataTreeNode object associated with the event.  
Public PropertyDragDropEffectReturns the DragDropEffect value which determines whether the drop was a move or a copy of the source data.  
Public PropertyDragDropPointReturns the DragDropPoint value which determines where within the node the source was dropped.  
Public PropertySourceNodesReturns a list of DataTreeNode objects associated with the event.  
Public PropertySourceTreeReturns the WebDataTree object associated with the source of the drag and drop event.  
See Also