ApplicationModelApplicationLaunched - событие
Событие успешного запуска приложения
Пространство имён: Tessa.ApplicationsСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
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