Click or drag to resize

ScrollBarBaseScrollEventHandler Delegate

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

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

Parameters

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