Skip to main content

TreeListCustomCallbackEventHandler Delegate

A method that will handle the ASPxTreeList.CustomCallback event.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public delegate void TreeListCustomCallbackEventHandler(
    object sender,
    TreeListCustomCallbackEventArgs e
);

Parameters

Name Type Description
sender Object

The event source.

e TreeListCustomCallbackEventArgs

A TreeListCustomCallbackEventArgs object that contains event data.

See Also