The event gotFocus event occurs when an object receives focus as a result of a user action.
The low level event gotFocus is followed by the high level event Enter.
In MWAPI, this event is called "FOCUS".
Note: The event Enter is triggered after a gotFocus event. In general, it is easier to attach event-handling code to this low-level event, than to the high level event Enter.
Go to the alphabetic list of events.