Back to Devexpress

TreeListCustomSummaryEventHandler Delegate

wpf-devexpress-dot-xpf-dot-grid-dot-treelist-d8e19d10.md

latest1.4 KB
Original Source

TreeListCustomSummaryEventHandler Delegate

A method that will handle the TreeListView.CustomSummary event.

Namespace : DevExpress.Xpf.Grid.TreeList

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

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 event data.

|

See Also

DevExpress.Xpf.Grid.TreeList Namespace