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