BeforeDropNodeEventArgs Properties
Contains data for the BeforeDropNode event.| Name | Description |
|---|---|
| Cancel | Gets or sets a value that specifies whether to cancel the action. |
| DestinationIndex | Gets the position of the node among the child nodes of the parent node after drop. |
| DestinationNode | Gets a parent node that owns the dropped node. |
| IsCopy | Gets whether the user copied or moved a node. |
| SourceNode | Gets a node that the user is about to drop. |
See Also