TreeViewNodeCancelEventHandler Delegate
A method that will handle an ASPxTreeView control’s cancelable events concerning manipulations with a node.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public delegate void TreeViewNodeCancelEventHandler(
object source,
TreeViewNodeCancelEventArgs e
);
Parameters
Name | Type | Description |
---|---|---|
source | Object | 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