Back to Devexpress

TreeListCustomSummaryEventHandler Delegate

aspnet-devexpress-dot-web-dot-aspxtreelist-d01e3f5a.md

latest1.5 KB
Original Source

TreeListCustomSummaryEventHandler Delegate

A method that will handle the ASPxTreeList.CustomSummaryCalculate event.

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

csharp
public delegate void TreeListCustomSummaryEventHandler(
    object sender,
    TreeListCustomSummaryEventArgs e
);
vb
Public Delegate Sub TreeListCustomSummaryEventHandler(
    sender As Object,
    e As TreeListCustomSummaryEventArgs
)

Parameters

NameTypeDescription
senderObject

The event source.

| | e | TreeListCustomSummaryEventArgs |

A TreeListCustomSummaryEventArgs object that contains data related to the event.

|

See Also

Introduction to Delegates

DevExpress.Web.ASPxTreeList Namespace