Back to Devexpress

PivotCustomChartDataSourceRowsEventHandler Delegate

windowsforms-devexpress-dot-xtrapivotgrid-48ef0914.md

latest1.5 KB
Original Source

PivotCustomChartDataSourceRowsEventHandler Delegate

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

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.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 event that contains event data.

|

See Also

DevExpress.XtraPivotGrid Namespace