Version

ProvideCalculatorEventHandler Delegate

Called by custom summaries when they require a new SummaryCalculator instance.
Syntax
public delegate void ProvideCalculatorEventHandler( 
   object sender,
   ProvideCalculatorEventArgs args
)

Parameters

sender
The SummaryDescription that needs the calculator.
args
The event arguments where the calculator is provided.
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