Skip to main content

TreeListHtmlCommandCellEventHandler Delegate

A method that will handle the ASPxTreeList.HtmlCommandCellPrepared event.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public delegate void TreeListHtmlCommandCellEventHandler(
    object sender,
    TreeListHtmlCommandCellEventArgs e
);

Parameters

Name Type Description
sender Object

The event sender.

e TreeListHtmlCommandCellEventArgs

A TreeListHtmlCommandCellEventArgs object that contains event data.

See Also