Click or drag to resize
CalculationWorks Logo
TransactionBuilderEventArgsCanceled Property
Gets a value indicating whether the operation was canceled.

Namespace: CalculationWorks.BusinessModel.Behaviors.Diagnostics
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public bool Canceled { get; }

Property Value

Type: Boolean
true if canceled; otherwise, false.
See Also