Click or drag to resize

SmithEventMarkerPositionChangedEventHandler Delegate

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

Namespace: LightningChartLib.UWP.ChartingMVVM.EventMarkers
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public delegate void PositionChangedEventHandler(
	Object sender,
	SmithPositionChangedEventArgs e
)

Parameters

sender  Object
The object that raised the event.
e  SmithPositionChangedEventArgs
Provides data for the CheckBoxStateChanged event.
See Also