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

Namespace: CalculationWorks.BusinessModel.Behaviors.Diagnostics
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntax
public BcfTransactionBuilderEventArgs(
	BcfTransactionBuilder builder,
	bool canceled
)

Parameters

builder
Type: CalculationWorks.BusinessModelBcfTransactionBuilder
The builder.
canceled
Type: SystemBoolean
if set to true the operation was canceled.
Version Information

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also