TreeListEditingOperationEventArgs(TreeListEditingOperation) Constructor
Initializes a new instance of the TreeListEditingOperationEventArgs class.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
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