MSM-Workstation
Events

lostFocus

The low level event lostFocus may occur for windows and for components of the types Text Box, Drop Down List, Button, Check Box, Radio Button, Document, Date, Spin Button, Combo Box, List Box, Long List Box, Drop Combo Box, Generic Box and Tabbed Group.

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.