Click or drag to resize
CalculationWorks Logo
BcfDataSetDiagnosticsOnEndReleasingEvents Method
Called when releasing deferred events is done.

Namespace: CalculationWorks.BusinessModel.Behaviors
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public void OnEndReleasingEvents(
	bool canceled
)

Parameters

canceled
Type: SystemBoolean
if set to true the operation was canceled.
See Also