Back to Devexpress

TreeViewNodeCancelEventArgs Class

aspnet-devexpress-dot-web-84c5bbc5.md

latest1.9 KB
Original Source

TreeViewNodeCancelEventArgs Class

Provides data for the ASPxTreeView.ExpandedChanging event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

TreeViewNodeCancelEventArgs is the data class for the following events:

Remarks

The ASPxTreeView.ExpandedChanging event is raised when collapsing or expanding a node. The TreeViewNodeCancelEventArgs class provides the TreeViewNodeCancelEventArgs.Cancel property, which allows the expand/collapse operation to be canceled.

Instances of the TreeViewNodeCancelEventArgs class are automatically created, initialized and passed to corresponding event handlers.

Inheritance

Object EventArgs TreeViewNodeEventArgs TreeViewNodeCancelEventArgs BootstrapTreeViewNodeCancelEventArgs

See Also

TreeViewNodeCancelEventArgs Members

DevExpress.Web Namespace