ChartEventMarkerPositionChangedEventHandler Delegate |
LightningChart .NET Help
The delegate to use for handlers that receive the PositionChanged event.
Namespace:
Arction.Wpf.Charting.EventMarkers
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic delegate void PositionChangedEventHandler(
Object sender,
PositionChangedChartEventMarkerEventArgs e
)
Public Delegate Sub PositionChangedEventHandler (
sender As Object,
e As PositionChangedChartEventMarkerEventArgs
)
public delegate void PositionChangedEventHandler(
Object^ sender,
PositionChangedChartEventMarkerEventArgs^ e
)
Parameters
- sender
- Type: SystemObject
The object that raised the event. - e
- Type: Arction.Wpf.Charting.EventMarkersPositionChangedChartEventMarkerEventArgs
Provides data for the PositionChanged event.
See Also