TreeListNodeDragEventArgs Properties
Provides data for the ASPxTreeList.ProcessDragNode event.Name | Description |
---|---|
Cancel | Gets or sets whether the operation performed on the processed node should be cancelled. Inherited from TreeListNodeCancelEventArgs. |
Handled | Gets or sets whether the drag and drop operation is handled. |
NewParentNode | Gets a node to whose child collection the target (dragged) node is being moved. |
Node | Gets the node currently being processed. Inherited from TreeListNodeEventArgs. |
See Also