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