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