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