Back to Devexpress

PivotCustomChartDataSourceRowsEventHandler Delegate

aspnet-devexpress-dot-web-dot-aspxpivotgrid-444d0d62.md

latest1.5 KB
Original Source

PivotCustomChartDataSourceRowsEventHandler Delegate

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

Namespace : DevExpress.Web.ASPxPivotGrid

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

NuGet Package : DevExpress.Web

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.Web.ASPxPivotGrid Namespace