Skip to main content

ASPxClientTreeViewNodeClickEventArgs Class

Provides data for the ASPxClientTreeView.NodeClick event.

#Declaration

TypeScript
declare class ASPxClientTreeViewNodeClickEventArgs extends ASPxClientTreeViewNodeProcessingModeEventArgs

#Remarks

Objects of the ASPxClientTreeViewNodeClickEventArgs type are used as arguments for the ASPxClientTreeView.NodeClick event generated on the client side.

ASPxClientTreeViewNodeClickEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.

See Also