Back to Devexpress

TreeListNodeCancelEventHandler Delegate

aspnet-devexpress-dot-web-dot-aspxtreelist-68d97960.md

latest1.5 KB
Original Source

TreeListNodeCancelEventHandler Delegate

A method that will handle the ASPxTreeList.NodeCollapsing and ASPxTreeList.NodeExpanding events.

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

csharp
public delegate void TreeListNodeCancelEventHandler(
    object sender,
    TreeListNodeCancelEventArgs e
);
vb
Public Delegate Sub TreeListNodeCancelEventHandler(
    sender As Object,
    e As TreeListNodeCancelEventArgs
)

Parameters

NameTypeDescription
senderObject

The event source.

| | e | TreeListNodeCancelEventArgs |

A TreeListNodeCancelEventArgs object that contains event data.

|

See Also

Introduction to Delegates

DevExpress.Web.ASPxTreeList Namespace