Click or drag to resize

ViewRoundBasePannedEventHandler Delegate

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

Namespace:  Arction.Wpf.Charting.Views.ViewRound
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public delegate void PannedEventHandler(
	Object sender,
	PannedRoundEventArgs e
)

Parameters

sender
Type: SystemObject
e
Type: Arction.Wpf.Charting.Views.ViewRoundPannedRoundEventArgs
Provides data for the Panned event.
See Also