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