Click or drag to resize

ViewRoundBaseBeforeZoomingEventHandler Delegate

LightningChart .NET Help
The delegate to use for handlers that receive the BeforeZooming 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 BeforeZoomingEventHandler(
	Object sender,
	BeforeZoomingRoundEventArgs e
)

Parameters

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