Click or drag to resize

MapOverOnMapItemEventHandler Delegate

LightningChart .NET Help
The delegate to use for handlers that receive the OverOnMapItem 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 OverOnMapItemEventHandler(
	Object sender,
	MapItemActionEventArgs e
)

Parameters

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