Click or drag to resize

MapMapChangedEventHandler Delegate

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

Namespace:  Arction.Wpf.Charting.Maps
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public delegate void MapChangedEventHandler(
	Object sender,
	MapChangedEventArgs e
)

Parameters

sender
Type: SystemObject
The object that raised the event.
e
Type: Arction.Wpf.Charting.MapsMapChangedEventArgs
Provides data for the MapChanged event.
See Also