Click or drag to resize
CalculationWorks Logo
BcfDataSetDiagnosticsOnEndCalculatingCell Method
Called when a cell was calculated.

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

Parameters

cell
Type: CalculationWorks.BusinessModelBcfCell
The cell.
parallel
Type: SystemBoolean
if set to true operation will be or was executed parallel.
canceled
Type: SystemBoolean
if set to true the operation was canceled.
Version Information

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also