Click or drag to resize
CalculationWorks Logo
BcfDataSetDiagnosticsOnEndEventReleaseStart Method
Called after EventsReleaseStart.

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

Parameters

canceled
Type: SystemBoolean
if set to true the operation was canceled.
Remarks
The call will be omitted if there is no handler assigned to EventsReleaseStart
See Also