TreeListEditingOperationEventArgs Class
Provides data for the ASPxTreeList.EditingOperationCompleted event.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Remarks
The ASPxTreeList.EditingOperationCompleted event occurs after all changes have been saved to a data store. To identify which operation has been performed, use the event parameter’s TreeListEditingOperationEventArgs.Operation property.
See Also