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