AppManagerApplicationInstanceInitialized - событие |
Событие, выполняемое после успешной инициализации приложения.
Пространство имён:
Tessa.UI.AppManager
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксисpublic event EventHandler<ApplicationContextDeferredEventArgs> Initialized
Public Event Initialized As EventHandler(Of ApplicationContextDeferredEventArgs)
public:
virtual event EventHandler<ApplicationContextDeferredEventArgs^>^ Initialized {
void add (EventHandler<ApplicationContextDeferredEventArgs^>^ value);
void remove (EventHandler<ApplicationContextDeferredEventArgs^>^ value);
}abstract Initialized : IEvent<EventHandler<ApplicationContextDeferredEventArgs>,
ApplicationContextDeferredEventArgs>
override Initialized : IEvent<EventHandler<ApplicationContextDeferredEventArgs>,
ApplicationContextDeferredEventArgs>Значение
Тип:
SystemEventHandlerApplicationContextDeferredEventArgsРеализации
IApplicationInitialized
См. также