The following tables list the members exposed by DataTreeNodeDroppedEventArgs.
| Name | Description | |
|---|---|---|
![]() | DataTreeNodeDroppedEventArgs Constructor | Initializes a new instance of the DataTreeNodeDroppedEventArgs class for the NodeDropped event. |
| Name | 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. |