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

TreeListCustomUnboundColumnDataEventHandler Delegate

A method that will handle the ASPxTreeList.CustomUnboundColumnData event.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public delegate void TreeListCustomUnboundColumnDataEventHandler(
    object sender,
    TreeListCustomUnboundColumnDataEventArgs e
);

Parameters

Name Type Description
sender Object

The event source.

e TreeListCustomUnboundColumnDataEventArgs

A TreeListCustomUnboundColumnDataEventArgs object that contains event data.

See Also