The event lostFocus occurs when focus is transferred to another object in the window or to another window as a result of a user action.
The low level event lostFocus event is followed by the high level event Exit.
In MWAPI, this event is called "UNFOCUS".
Note: The event Exit is triggered after a lostFocus event. In general, it is easier to attach event-handling code to this low-level event, than to the high level event Exit.
Go to the alphabetic list of events.