'Declaration Public Event NodeDropped As DataTreeNodeDroppedEventHandler
public event DataTreeNodeDroppedEventHandler NodeDropped
The event handler receives an argument of type DataTreeNodeDroppedEventArgs containing data related to this event. The following DataTreeNodeDroppedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
DestNode | Returns the destination DataTreeNode object associated with the event. |
DragDropEffect | Returns the DragDropEffect value which determines whether the drop was a move or a copy of the source data. |
DragDropPoint | Returns the DragDropPoint value which determines where within the node the source was dropped. |
SourceNodes | Returns a list of DataTreeNode objects associated with the event. |
SourceTree | Returns the WebDataTree object associated with the source of the drag and drop event. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2