| IApplicationServiceContextStarting Event |
Fired when the service context is starting
Namespace:
SanteDB.Core
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax event EventHandler Starting
Event Starting As EventHandler
event EventHandler^ Starting {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
abstract Starting : IEvent<EventHandler,
EventArgs>
Value
Type:
SystemEventHandlerSee Also