PolarEventMarkerPositionChangedEventHandler 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,
PolarPositionChangedEventArgs e
)
Public Delegate Sub PositionChangedEventHandler (
sender As Object,
e As PolarPositionChangedEventArgs
)
public delegate void PositionChangedEventHandler(
Object^ sender,
PolarPositionChangedEventArgs^ e
)
Parameters
- sender
- Type: SystemObject
The object that raised the event. - e
- Type: Arction.Wpf.Charting.EventMarkersPolarPositionChangedEventArgs
Provides data for the CheckBoxStateChanged event.
See Also