Click or drag to resize

LightningChartCaptureEventHandler Delegate

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

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public delegate void CaptureEventHandler(
	Object sender,
	CaptureEventArgs e
)

Parameters

sender
Type: SystemObject
The object that raised the event.
e
Type: Arction.Wpf.ChartingCaptureEventArgs
Provides data for the Capture event.
See Also