Click or drag to resize
CalculationWorks Logo
ValidatingCellEventArgs Constructor
Initializes a new instance of the ValidatingCellEventArgs class.

Namespace: CalculationWorks.BusinessModel.Behaviors.Diagnostics
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public ValidatingCellEventArgs(
	BcfValidatorCell cell,
	bool parallel,
	bool canceled
)

Parameters

cell
Type: CalculationWorks.BusinessModelBcfValidatorCell
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.
See Also