Skip to main content

ASPxClientTreeViewNodeEventArgs Class

Provides data for the ASPxClientTreeView.ExpandedChanged events.

Declaration

declare class ASPxClientTreeViewNodeEventArgs extends ASPxClientEventArgs

Remarks

Objects of the ASPxClientTreeViewNodeEventArgs type are used as arguments for the ASPxClientTreeView.ExpandedChanged event which is generated on the client side.

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

Inheritance

ASPxClientEventArgs
ASPxClientTreeViewNodeEventArgs
See Also