AfterDropNodeEventArgs Properties
Contains data for the AfterDropNode event.Name | Description |
---|---|
DestinationNode | Gets a parent node that owns the dropped node. |
IsCopy | Gets whether the user copied or moved a node. |
IsSuccess | Gets whether a node was copied or moved to another node (position). |
Node | Gets a node that the user has dropped. |
See Also