Click or drag to resize
CalculationWorks Logo
BcfDataSetDiagnosticsEndEventReleaseEnd Event
Occurs after EventsReleaseEnd.

Namespace: CalculationWorks.BusinessModel.Behaviors
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public event EventHandler<CanceledEventArgs> EndEventReleaseEnd

Value

Type: SystemEventHandlerCanceledEventArgs
Remarks

The call will be omitted if there is no handler assigned to EventsReleaseEnd.

Uncaught exceptions in diagnostics events may cause an invalid dataset state.

See Also