aspnetbootstrap-devexpress-dot-web-dot-bootstrap-ea561c2d.md
Provides data for the BootstrapTreeView.ExpandedChanging event.
Namespace : DevExpress.Web.Bootstrap
Assembly : DevExpress.Web.Bootstrap.v25.2.dll
NuGet Package : DevExpress.Web.Bootstrap
public class BootstrapTreeViewNodeCancelEventArgs :
TreeViewNodeCancelEventArgs
Public Class BootstrapTreeViewNodeCancelEventArgs
Inherits TreeViewNodeCancelEventArgs
BootstrapTreeViewNodeCancelEventArgs is the data class for the following events:
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.
Object EventArgs TreeViewNodeEventArgs TreeViewNodeCancelEventArgs BootstrapTreeViewNodeCancelEventArgs
See Also