BootstrapClientTreeViewNodeEventArgs Class
In This Article
Provides data for the ASPxClientTreeView.ExpandedChanged events.
#Declaration
TypeScript
declare class BootstrapClientTreeViewNodeEventArgs extends ASPxClientEventArgs
#Remarks
Objects of the BootstrapClientTreeViewNodeEventArgs type are used as arguments for the ASPxClientTreeView.ExpandedChanged event which is generated on the client side.
BootstrapClientTreeViewNodeEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.
#Inheritance
ASPxClientEventArgs
BootstrapClientTreeViewNodeEventArgs
See Also