event EventHandler ApplicationLaunchedEvent ApplicationLaunched As EventHandler event EventHandler^ ApplicationLaunched {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}abstract ApplicationLaunched : IEvent<EventHandler,
EventArgs>