 |
| BcfCalculatingCellEventArgs Constructor |
Namespace: CalculationWorks.BusinessModel.Behaviors.DiagnosticsAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
Syntaxpublic BcfCalculatingCellEventArgs(
BcfCell cell,
bool parallel,
bool canceled
)
Public Sub New (
cell As BcfCell,
parallel As Boolean,
canceled As Boolean
)
public:
BcfCalculatingCellEventArgs(
BcfCell^ cell,
bool parallel,
bool canceled
)
new :
cell : BcfCell *
parallel : bool *
canceled : bool -> BcfCalculatingCellEventArgsParameters
- cell
- Type: CalculationWorks.BusinessModelBcfCell
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