TreeListHtmlCommandCellEventHandler Delegate
In This Article
A method that will handle the ASPxTreeList.HtmlCommandCellPrepared event.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v25.1.dll
#Declaration
public delegate void TreeListHtmlCommandCellEventHandler(
object sender,
TreeListHtmlCommandCellEventArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event sender. |
e | Tree |
A Tree |
See Also