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

Namespace: CalculationWorks.BusinessModel.Behaviors.Diagnostics
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public CalculationPlanBucketEventArgs(
	int bucketIndex,
	bool canceled
)

Parameters

bucketIndex
Type: SystemInt32
Index of the bucket.
canceled
Type: SystemBoolean
if set to true the operation was canceled.
See Also