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