BootstrapTreeViewNodeCancelEventArgs Class
Provides data for the BootstrapTreeView.ExpandedChanging event.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
Declaration
Remarks
The BootstrapTreeView.ExpandedChanging event is raised when collapsing or expanding a node. The BootstrapTreeViewNodeCancelEventArgs class provides the TreeViewNodeCancelEventArgs.Cancel property, which allows the expand/collapse operation to be canceled.
Instances of the BootstrapTreeViewNodeCancelEventArgs
class are automatically created, initialized and passed to corresponding event handlers.
Inheritance
Object
EventArgs
TreeViewNodeEventArgs
TreeViewNodeCancelEventArgs
BootstrapTreeViewNodeCancelEventArgs
See Also