BootstrapClientTreeViewNodeCancelEventArgs Class
Provides data for the ASPxClientTreeView.ExpandedChanging event.
Declaration
declare class BootstrapClientTreeViewNodeCancelEventArgs extends ASPxClientProcessingModeCancelEventArgs
Remarks
The ASPxClientTreeView.ExpandedChanging event is raised when collapsing or expanding a node on the client side.
The BootstrapClientTreeViewNodeCancelEventArgs object provides the cancel property which allows the expand/collapse operation to be canceled.
BootstrapClientTreeViewNodeCancelEventArgs objects with appropriate settings are automatically created and passed to the corresponding event handlers.
Inheritance
ASPxClientEventArgs
ASPxClientProcessingModeEventArgs
ASPxClientProcessingModeCancelEventArgs
BootstrapClientTreeViewNodeCancelEventArgs
See Also