Skip to main content
A newer version of this page is available. .

CustomSummaryEventArgs Constructors

Provides data for the GridView.CustomSummaryCalculate event.
Name Parameters Description
CustomSummaryEventArgs() none Initializes a new instance of the CustomSummaryEventArgs class.
CustomSummaryEventArgs(Int32, Object, Object, Int32, CustomSummaryProcess, Object, Int32) controllerRow, totalValue, fieldValue, groupRowHandle, summaryProcess, item, groupLevel Creates a new CustomSummaryEventArgs object.
See Also