Click or drag to resize
CalculationWorks Logo
BcfDataSetDiagnosticsOnBeginValidatingCell Method
Called when begin validating a cell.

Namespace: CalculationWorks.BusinessModel.Behaviors
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntax
public void OnBeginValidatingCell(
	BcfValidatorCell validatorCell,
	bool parallel
)

Parameters

validatorCell
Type: CalculationWorks.BusinessModelBcfValidatorCell
The validator cell.
parallel
Type: SystemBoolean
if set to true operation will be or was executed parallel.
Version Information

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also