Skip to main content
A newer version of this page is available. .

TreeListEditingOperationEventArgs Class

Provides data for the ASPxTreeList.EditingOperationCompleted event.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v19.1.dll

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