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: 2.1.0.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.
See Also