Click or drag to resize

ViewSmithPannedEventHandler Delegate

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

Namespace: LightningChartLib.UWP.ChartingMVVM.Views.ViewSmith
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public delegate void PannedEventHandler(
	Object sender,
	PannedSmithEventArgs e
)

Parameters

sender  Object
e  PannedSmithEventArgs
Provides data for the Panned event.
See Also