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