Back to Devexpress

TreeViewNodeCancelEventHandler Delegate

aspnet-devexpress-dot-web-dd02f535.md

latest1.4 KB
Original Source

TreeViewNodeCancelEventHandler Delegate

A method that will handle an ASPxTreeView control’s cancelable events concerning manipulations with a node.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
sourceObject

An object representing the event source. Identifies the ASPxTreeView control that raised the event.

| | e | TreeViewNodeCancelEventArgs |

An TreeViewNodeCancelEventArgs object that contains event data.

|

See Also

Introduction to Delegates

DevExpress.Web Namespace