Back to Devexpress

BootstrapClientTreeViewNodeCancelEventArgs Class

aspnetbootstrap-js-bootstrapclienttreeviewnodecanceleventargs.md

latest1.2 KB
Original Source

BootstrapClientTreeViewNodeCancelEventArgs Class

Provides data for the ASPxClientTreeView.ExpandedChanging event.

Declaration

ts
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

Tree View

BootstrapClientTreeViewNodeCancelEventArgs Members