MapLoadErrorEventHandler Delegate |
LightningChart .NET Help
The delegate to use for handlers that receive the LoadError event.
Namespace:
Arction.Wpf.Charting.Maps
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic delegate void LoadErrorEventHandler(
Object sender,
LoadErrorEventArgs e
)
Public Delegate Sub LoadErrorEventHandler (
sender As Object,
e As LoadErrorEventArgs
)
public delegate void LoadErrorEventHandler(
Object^ sender,
LoadErrorEventArgs^ e
)
Parameters
- sender
- Type: SystemObject
The object that raised the event. - e
- Type: Arction.Wpf.Charting.MapsLoadErrorEventArgs
Provides data for the LoadError event.
See Also