LineChartChartScrolledEventHandler Delegate

Delegate handler used by ChartScrolled event.

Definition

Namespace: BeeMobile.LineChart
Assembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
C#
public delegate void ChartScrolledEventHandler(
	Object sender,
	ChartScrolledEventArgs e
)

Parameters

sender  Object
The source of the event.
e  ChartScrolledEventArgs
A ChartScrolledEventArgs that contains the event data.

See Also