Click or drag to resize

LegendBoxBaseCheckBoxStateChangedHandler Delegate

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

Namespace:  Arction.Wpf.Charting.Views
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public delegate void CheckBoxStateChangedHandler(
	Object sender,
	CheckBoxStateChangedEventArgs e
)

Parameters

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