Skip to main content
A newer version of this page is available. .

TreeListColumnEditorEventHandler Delegate

A method that will handle the ASPxTreeList.CellEditorInitialize event.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public delegate void TreeListColumnEditorEventHandler(
    object sender,
    TreeListColumnEditorEventArgs e
);

Parameters

Name Type Description
sender Object

The event source.

e TreeListColumnEditorEventArgs

A TreeListColumnEditorEventArgs object that contains event data.

See Also