Skip to main content

TreeListEditingOperationEventArgs Class

Provides data for the ASPxTreeList.EditingOperationCompleted event.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class TreeListEditingOperationEventArgs :
    EventArgs

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.

Inheritance

Object
EventArgs
TreeListEditingOperationEventArgs
See Also