Click or drag to resize

SeriesEventMarkerPositionChangedEventHandler Delegate

LightningChart .NET Help
The delegate to use for handlers that receive the PositionChanged event.

Namespace:  Arction.Wpf.ChartingMVVM.EventMarkers
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public delegate void PositionChangedEventHandler(
	Object sender,
	PositionChangedSeriesEventMarkerEventArgs e
)

Parameters

sender
Type: SystemObject
The object that raised the event.
e
Type: Arction.Wpf.ChartingMVVM.EventMarkersPositionChangedSeriesEventMarkerEventArgs
Provides data for the PositionChanged event.
See Also