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