Click or drag to resize

SurfaceSeries3DBaseTraceCellChangedEventHandler Delegate

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

Namespace:  Arction.Wpf.ChartingMVVM.Series3D
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public delegate void TraceCellChangedEventHandler(
	Object sender,
	TraceCellChangedEventArgs e
)

Parameters

sender
Type: SystemObject
The object that raised the event.
e
Type: Arction.Wpf.ChartingMVVM.Series3DTraceCellChangedEventArgs
Provides data for the TraceCellChangedEvent event.
See Also