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