Back to Devexpress

TreeListColumnEditorEventHandler Delegate

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

latest1.4 KB
Original Source

TreeListColumnEditorEventHandler Delegate

A method that will handle the ASPxTreeList.CellEditorInitialize event.

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | TreeListColumnEditorEventArgs |

A TreeListColumnEditorEventArgs object that contains event data.

|

See Also

DevExpress.Web.ASPxTreeList Namespace