Skip to main content
Tab

TreeViewNodeEventHandler Delegate

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public delegate void TreeViewNodeEventHandler(
    object source,
    TreeViewNodeEventArgs e
);

Parameters

Name Type Description
source Object

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