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