Important
This event is fired from a background thread. It may be needed to do synchronization
operations with the main thread, if visual controls are involved.
public event EventHandler ElapsedPublic Event Elapsed As EventHandlerpublic:
event EventHandler^ Elapsed {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}