Skip to main content

ASPxClientTreeViewNodeClickEventArgs Members

In This Article
Provides data for the ASPxClientTreeView.NodeClick event.

#Constructors

Name Description
constructor(processOnServer, node, htmlElement, htmlEvent) Initializes a new object of the ASPxClientTreeViewNodeClickEventArgs type with the specified settings.

#Properties
Show Inherited Hide Inherited

Name Description
htmlElement Gets the HTML object that contains the processed node.
htmlEvent Gets a DHTML event object that relates to the processed event.
node Gets a node object related to the event. Inherited from ASPxClientTreeViewNodeProcessingModeEventArgs.
processOnServer Specifies whether or not to process the event on the server. Inherited from ASPxClientProcessingModeEventArgs.
See Also