Skip to main content

PivotGridCustomSummaryEventArgsBase<T> Constructors

Serves as a base for classes that provide data for summary calculation events.
Name Parameters Description
PivotGridCustomSummaryEventArgsBase(IPivotCustomSummaryInfo, PivotGridData) customSummaryInfo, data Initializes a new instance of the PivotGridCustomSummaryEventArgsBase<T> class.
PivotGridCustomSummaryEventArgsBase(PivotGridData, T, NativeCustomSummaryInfoCore, PivotListDrillDownDataSourceHelper) data, field, customSummaryInfo, drillDownHelper Initializes a new instance of the PivotGridCustomSummaryEventArgsBase<T> class with specified settings.
See Also