aspnet-devexpress-dot-web-dot-aspxtreelist-dot-aspxtreelist-62601c27.md
Occurs after data editing has been completed.
Namespace : DevExpress.Web.ASPxTreeList
Assembly : DevExpress.Web.ASPxTreeList.v25.2.dll
NuGet Package : DevExpress.Web
public event TreeListEditingOperationEventHandler EditingOperationCompleted
Public Event EditingOperationCompleted As TreeListEditingOperationEventHandler
The EditingOperationCompleted event's data class is TreeListEditingOperationEventArgs. The following properties provide information specific to this event:
| Property | Description |
|---|---|
| Operation | Gets a value that identifies which data editing operation has been performed. |
The EditingOperationCompleted event occurs after all changes have been saved to a data store. This event occurs in the cases listed below:
To identify which operation has been performed, use the event parameter’s Operation property.
See Also