Click or drag to resize

MapLoadErrorEventHandler Delegate

LightningChart .NET Help
The delegate to use for handlers that receive the LoadError event.

Namespace: LightningChartLib.UWP.ChartingMVVM.Maps
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public delegate void LoadErrorEventHandler(
	Object sender,
	LoadErrorEventArgs e
)

Parameters

sender  Object
The object that raised the event.
e  LoadErrorEventArgs
Provides data for the LoadError event.
See Also