 | SanteDBContextBaseStarted Event |
Fired after application startup is complete
Namespace: SanteDB.CoreAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic event EventHandler Started
Public Event Started As EventHandler
public:
virtual event EventHandler^ Started {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}abstract Started : IEvent<EventHandler,
EventArgs>
override Started : IEvent<EventHandler,
EventArgs>Value
EventHandlerImplements
IApplicationServiceContextStarted
See Also