ApplicationModelApplicationLaunched - событие
Событие успешного запуска приложения
Пространство имён: Tessa.ApplicationsСборка: Tessa (в Tessa.dll) Версия: 4.1.5+a9a57e1eda0b57f197e0c68d2aa7d7dc95b6c424
public event EventHandler ApplicationLaunched
Public Event ApplicationLaunched As EventHandler
public:
virtual event EventHandler^ ApplicationLaunched {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
abstract ApplicationLaunched : IEvent<EventHandler,
EventArgs>
override ApplicationLaunched : IEvent<EventHandler,
EventArgs>
EventHandlerIApplicationModelApplicationLaunched