Click or drag to resize

MapButtonDownOnMapItemEventHandler Delegate

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

Namespace:  Arction.WinForms.Charting.Maps
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public delegate void ButtonDownOnMapItemEventHandler(
	Object sender,
	MapItemActionEventArgs e
)

Parameters

sender
Type: SystemObject
The object that raised the event.
e
Type: Arction.WinForms.Charting.MapsMapItemActionEventArgs
Provides data for the ButtonDownOnMapItem event.
See Also