 |
| BcfDataSetDiagnosticsEndEventReleaseStart Event |
Namespace: CalculationWorks.BusinessModel.BehaviorsAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntaxpublic event EventHandler<CanceledEventArgs> EndEventReleaseStart
Public Event EndEventReleaseStart As EventHandler(Of CanceledEventArgs)
Value
Type:
SystemEventHandlerCanceledEventArgs
RemarksThe call will be omitted if there is no handler assigned to EventsReleaseStart.
Uncaught exceptions in diagnostics events may cause an invalid dataset state.
See Also