ViewSmithPannedEventHandler Delegate |
LightningChart .NET Help
The delegate to use for handlers that receive the Panned event.
Namespace:
Arction.WinForms.Charting.Views.ViewSmith
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic delegate void PannedEventHandler(
Object sender,
PannedSmithEventArgs e
)
Public Delegate Sub PannedEventHandler (
sender As Object,
e As PannedSmithEventArgs
)
public delegate void PannedEventHandler(
Object^ sender,
PannedSmithEventArgs^ e
)
Parameters
- sender
- Type: SystemObject
- e
- Type: Arction.WinForms.Charting.Views.ViewSmithPannedSmithEventArgs
Provides data for the Panned event.
See Also