Skip to main content
A newer version of this page is available. .

BootstrapTreeViewNodeCancelEventArgs Class

Provides data for the BootstrapTreeView.ExpandedChanging event.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

public class BootstrapTreeViewNodeCancelEventArgs :
    TreeViewNodeCancelEventArgs

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

See Also