Back to Devexpress

TreeListEditingOperationEventArgs Class

aspnet-devexpress-dot-web-dot-aspxtreelist-aa8913e0.md

latest1.8 KB
Original Source

TreeListEditingOperationEventArgs Class

Provides data for the ASPxTreeList.EditingOperationCompleted event.

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class TreeListEditingOperationEventArgs :
    EventArgs
vb
Public Class TreeListEditingOperationEventArgs
    Inherits EventArgs

TreeListEditingOperationEventArgs is the data class for the following events:

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

TreeListEditingOperationEventArgs Members

Tree List

DevExpress.Web.ASPxTreeList Namespace