Click or drag to resize

AlgorithmOnBeginComputation Method

Raises the BeginComputation event.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
protected virtual void OnBeginComputation(
	EventArgs e
)

Parameters

e  EventArgs
The event arguments.
See Also