BeforeDropNodeEventArgs Constructors
Contains data for the BeforeDropNode event.Name | Parameters | Description |
---|---|---|
BeforeDropNodeEventArgs(TreeListNode, TreeListNode, Int32, Boolean) | sourceNode, destinationNode, destinationIndex, isCopy | Initializes a new instance of the BeforeDropNodeEventArgs class with specified settings. |
See Also