Click or drag to resize

ViewRoundBaseBeforePanningEventHandler Delegate

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

Namespace:  Arction.Wpf.ChartingMVVM.Views.ViewRound
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public delegate void BeforePanningEventHandler(
	Object sender,
	BeforePanningRoundEventArgs e
)

Parameters

sender
Type: SystemObject
e
Type: Arction.Wpf.ChartingMVVM.Views.ViewRoundBeforePanningRoundEventArgs
Provides data for the BeforePanning event.
See Also