Back to Devexpress

TreeViewNodeEventHandler Delegate

aspnet-devexpress-dot-web-dfaba0e5.md

latest1.4 KB
Original Source

TreeViewNodeEventHandler Delegate

A method that will handle the events concerning the manipulations with nodes.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
sourceObject

A Object representing the event source. Identifies the ASPxTreeView control that raised the event.

| | e | TreeViewNodeEventArgs |

A TreeViewNodeEventArgs object that contains event data.

|

See Also

Introduction to Delegates

DevExpress.Web Namespace