Click or drag to resize

LightningChartTotalChartCountChangedEventHandler Delegate

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

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public delegate void TotalChartCountChangedEventHandler(
	Object sender,
	TotalChartCountChangedEventArgs e
)

Parameters

sender
Type: SystemObject
The object that raised the event.
e
Type: Arction.WinForms.ChartingTotalChartCountChangedEventArgs
Provides data for the TotalChartCountChanged event.
See Also