AnnotationSmithLocationAxisValuesChangedByUserEventHandler Delegate |
LightningChart .NET Help
The delegate to use for handlers that receive the LocationAxisValuesChangedByUser event.
Namespace:
Arction.Wpf.ChartingMVVM.Annotations
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic delegate void LocationAxisValuesChangedByUserEventHandler(
Object sender,
LocationAxisValuesChangedByUserSmithEventArgs e
)
Public Delegate Sub LocationAxisValuesChangedByUserEventHandler (
sender As Object,
e As LocationAxisValuesChangedByUserSmithEventArgs
)
public delegate void LocationAxisValuesChangedByUserEventHandler(
Object^ sender,
LocationAxisValuesChangedByUserSmithEventArgs^ e
)
Parameters
- sender
- Type: SystemObject
- e
- Type: Arction.Wpf.ChartingMVVM.AnnotationsLocationAxisValuesChangedByUserSmithEventArgs
Provides data for the LocationAxisValuesChangedByUser event.
See Also