ASPxClientTreeViewNodeClickEventArgs Properties
Provides data for the ASPxClientTreeView.NodeClick event.
Name | Description |
---|---|
html |
Gets the HTML object that contains the processed node. |
html |
Gets a DHTML event object that relates to the processed event. |
node |
Gets a node object related to the event.
Inherited from ASPx |
process |
Specifies whether or not to process the event on the server.
Inherited from ASPx |
See Also