Back to Devexpress

TreeListEditingOperationEventHandler Delegate

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

latest1.4 KB
Original Source

TreeListEditingOperationEventHandler Delegate

A method that will handle the ASPxTreeList.EditingOperationCompleted event.

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

csharp
public delegate void TreeListEditingOperationEventHandler(
    object sender,
    TreeListEditingOperationEventArgs e
);
vb
Public Delegate Sub TreeListEditingOperationEventHandler(
    sender As Object,
    e As TreeListEditingOperationEventArgs
)

Parameters

NameTypeDescription
senderObject

The event sender.

| | e | TreeListEditingOperationEventArgs |

A TreeListEditingOperationEventArgs object that contains event data.

|

See Also

DevExpress.Web.ASPxTreeList Namespace