ASPxClientTreeListStartDragNodeEventArgs Members
Provides data for the ASPxClientTreeList.StartDragNode event.Properties
| Name | Description |
|---|---|
| cancel | Gets or sets a value indicating whether the action which raised the event should be canceled. Inherited from ASPxClientTreeListNodeEventArgs. |
| htmlEvent | Provides access to the parameters associated with the ASPxClientTreeList.NodeClick and ASPxClientTreeList.NodeDblClick events. Inherited from ASPxClientTreeListNodeEventArgs. |
| nodeKey | Gets the processed node’s key value. Inherited from ASPxClientTreeListNodeEventArgs. |
| targets | Gets an array of targets where a node can be dragged. |
See Also