Back to Devexpress

BootstrapTreeViewNodeCancelEventHandler Delegate

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-4279f0a3.md

latest1.5 KB
Original Source

BootstrapTreeViewNodeCancelEventHandler Delegate

A method that will handle the BootstrapTreeView.ExpandedChanging event.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public delegate void BootstrapTreeViewNodeCancelEventHandler(
    object source,
    BootstrapTreeViewNodeCancelEventArgs e
);
vb
Public Delegate Sub BootstrapTreeViewNodeCancelEventHandler(
    source As Object,
    e As BootstrapTreeViewNodeCancelEventArgs
)

Parameters

NameTypeDescription
sourceObject

The event source.

| | e | BootstrapTreeViewNodeCancelEventArgs |

A BootstrapTreeViewNodeCancelEventArgs object that contains event data.

|

See Also

Tree View

DevExpress.Web.Bootstrap Namespace