Click or drag to resize

SmithEventMarkerPositionChangedEventHandler 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
Syntax
public delegate void PositionChangedEventHandler(
	Object sender,
	SmithPositionChangedEventArgs e
)

Parameters

sender
Type: SystemObject
The object that raised the event.
e
Type: Arction.Wpf.Charting.EventMarkersSmithPositionChangedEventArgs
Provides data for the CheckBoxStateChanged event.
See Also