Provides arguments for TreeNode drag-drop events.
constructor(dragSource: TreeNode, dropTarget: TreeNode, position: DropPosition): TreeNodeDragDropEventArgs
Initializes a new instance of the TreeNodeEventArgs class.
TreeNode being dragged.
TreeNode where the source is being dropped.
DropPosition that this event refers to.
Gets or sets a value that indicates whether the event should be canceled.
Gets or sets the DropPosition value that specifies where the TreeNode will be dropped.
Provides a value to use with events that do not have event data.