Click or drag to resize
CalculationWorks Logo
BcfDataSetDiagnosticsOnBeginCalculatingCell Method
Called when begin calculating a cell.

Namespace: CalculationWorks.BusinessModel.Behaviors
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public void OnBeginCalculatingCell(
	BcfCell cell,
	bool parallel
)

Parameters

cell
Type: CalculationWorks.BusinessModelBcfCell
The cell.
parallel
Type: SystemBoolean
if set to true operation will be or was executed parallel.
See Also