Click or drag to resize
CalculationWorks Logo
BcfDataSetDiagnosticsOnEndValidatingCell Method
Called when a cell was validated.

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

Parameters

validatorCell
Type: CalculationWorks.BusinessModelBcfValidatorCell
The validator 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.
See Also