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
Syntaxpublic delegate void CheckBoxStateChangedHandler(
Object sender,
CheckBoxStateChangedEventArgs e
)
Public Delegate Sub CheckBoxStateChangedHandler (
sender As Object,
e As CheckBoxStateChangedEventArgs
)
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