Skip to main content

TreeListEditingOperationEventArgs(TreeListEditingOperation) Constructor

Initializes a new instance of the TreeListEditingOperationEventArgs class.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public TreeListEditingOperationEventArgs(
    TreeListEditingOperation operation
)

Parameters

Name Type Description
operation TreeListEditingOperation

A TreeListEditingOperation enumeration value that identifies which operation has been performed. This value is assigned to the TreeListEditingOperationEventArgs.Operation property.

See Also