TreeListEditingOperationEventHandler Delegate
In This Article
A method that will handle the ASPxTreeList.EditingOperationCompleted event.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public delegate void TreeListEditingOperationEventHandler(
object sender,
TreeListEditingOperationEventArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event sender. |
e | Tree |
A Tree |
See Also