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
Syntaxpublic delegate void ButtonDownOnMapItemEventHandler(
Object sender,
MapItemActionEventArgs e
)
Public Delegate Sub ButtonDownOnMapItemEventHandler (
sender As Object,
e As MapItemActionEventArgs
)
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