 |
| BcfDataSetDiagnosticsBeginEventReleaseEnd Event |
Namespace: CalculationWorks.BusinessModel.BehaviorsAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntaxpublic event EventHandler<CanceledEventArgs> BeginEventReleaseEnd
Public Event BeginEventReleaseEnd As EventHandler(Of CanceledEventArgs)
Value
Type:
SystemEventHandlerCanceledEventArgs
RemarksThe 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