TreeListNodeEditingEventHandler Delegate
A method that will handle the ASPxTreeList.CancelNodeEditing and ASPxTreeList.StartNodeEditing events.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public delegate void TreeListNodeEditingEventHandler(
object sender,
TreeListNodeEditingEventArgs e
);
Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. |
e | TreeListNodeEditingEventArgs | A TreeListNodeEditingEventArgs object that contains event data. |
See Also