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

TreeListCustomButtonCallbackEventHandler Delegate

A method that handles the CustomButtonCallback.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public delegate void TreeListCustomButtonCallbackEventHandler(
    object sender,
    TreeListCustomButtonCallbackEventArgs e
);

Parameters

Name Type Description
sender Object

The event source.

e TreeListCustomButtonCallbackEventArgs

Contains event data.

See Also