 |
| BcfValidatingCellEventArgs Constructor |
Namespace: CalculationWorks.BusinessModel.Behaviors.DiagnosticsAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
Syntaxpublic BcfValidatingCellEventArgs(
BcfValidatorCell cell,
bool parallel,
bool canceled
)
Public Sub New (
cell As BcfValidatorCell,
parallel As Boolean,
canceled As Boolean
)
public:
BcfValidatingCellEventArgs(
BcfValidatorCell^ cell,
bool parallel,
bool canceled
)
new :
cell : BcfValidatorCell *
parallel : bool *
canceled : bool -> BcfValidatingCellEventArgsParameters
- 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.
Version InformationCalculationWorks.BusinessModel
Supported in: 3.2, 3.0
See Also