TreeListHtmlRowEventHandler Delegate
A method that will handle the ASPxTreeList.HtmlRowPrepared event.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public delegate void TreeListHtmlRowEventHandler(
object sender,
TreeListHtmlRowEventArgs e
);
Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. |
e | TreeListHtmlRowEventArgs | A TreeListHtmlRowEventArgs object that contains event data. |
See Also