Click or drag to resize

TileLayerTileFetchFailedEventHandler Delegate

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

Namespace:  Arction.Wpf.ChartingMVVM.Maps
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public delegate void TileFetchFailedEventHandler(
	Object sender,
	TileFetchFailedEventArgs e
)

Parameters

sender
Type: SystemObject
The object that raised the event.
e
Type: Arction.Wpf.ChartingMVVM.MapsTileFetchFailedEventArgs
Provides data for the TileFetchFailed event.
See Also