Back to Devexpress

BootstrapTreeViewNodeCancelEventArgs Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-ea561c2d.md

latest2.2 KB
Original Source

BootstrapTreeViewNodeCancelEventArgs Class

Provides data for the BootstrapTreeView.ExpandedChanging event.

Namespace : DevExpress.Web.Bootstrap

Assembly : DevExpress.Web.Bootstrap.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapTreeViewNodeCancelEventArgs :
    TreeViewNodeCancelEventArgs
vb
Public Class BootstrapTreeViewNodeCancelEventArgs
    Inherits TreeViewNodeCancelEventArgs

BootstrapTreeViewNodeCancelEventArgs is the data class for the following events:

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

BootstrapTreeViewNodeCancelEventArgs Members

Tree View

DevExpress.Web.Bootstrap Namespace