Back to Devexpress

PivotCustomChartDataSourceRowsEventHandler Delegate

wpf-devexpress-dot-xpf-dot-pivotgrid-93a55555.md

latest1.5 KB
Original Source

PivotCustomChartDataSourceRowsEventHandler Delegate

References a method that will handle the PivotGridControl.CustomChartDataSourceRows event.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | PivotCustomChartDataSourceRowsEventArgs |

A PivotCustomChartDataSourceRowsEventArgs object that contains event data.

|

See Also

DevExpress.Xpf.PivotGrid Namespace