[]
        
(Showing Draft Content)

Wijmo_Nav.Treenodedragdropeventargs

TreeNodeDragDropEventArgs Class

Provides arguments for TreeNode drag-drop events.

Heirarchy

Constructors

constructor

Properties

cancel

cancel: boolean

Gets or sets a value that indicates whether the event should be canceled.

dragSource

dragSource: TreeNode

Gets a reference to the TreeNode being dragged.

dropTarget

dropTarget: TreeNode

Gets a reference to the current TreeNode target.

position

position: DropPosition

Gets or sets the DropPosition value that specifies where the TreeNode will be dropped.

Static empty

empty: EventArgs

Provides a value to use with events that do not have event data.