AfterDropNodeEventArgs Constructors
Contains data for the AfterDropNode event.| Name | Parameters | Description |
|---|---|---|
| AfterDropNodeEventArgs(TreeListNode, TreeListNode, Boolean, Boolean) | node, destinationNode, isCopy, isSuccess | Initializes a new instance of the AfterDropNodeEventArgs class with specified settings. |
See Also