Version

ProvideCalculator Event (ColumnSummaryDescription)

Called when the summary calculator is required.
Syntax
public event ProvideCalculatorEventHandler ProvideCalculator
Event Data

The event handler receives an argument of type ProvideCalculatorEventArgs containing data related to this event. The following ProvideCalculatorEventArgs properties provide information specific to this event.

PropertyDescription
Calculator Gets or sets the summary calculator to use for this summary.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also