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