MSM-Workstation
Events

select

The low level event select may occur for components of the types Drop Down List, Button, Check Box, Radio Button, Date, Spin Button, Combo Box, List Box, Long List Box, Drop Combo Box and Scroll Bar.

The event select occurs when

For Button and Radio Button components, the low level event select is followed by the high level event Push.

For a Scroll Bar component, the low level event select is followed by the high level event Scroll.

For a Check Box component, the low level event select is followed by the high level event Check.

For Drop-Down List, List Box and Long List components, the low level event select is followed by the high level event Choose.

In MWAPI, this event is called "SELECT".

Note: The high level events Check, Choose, Push and Scroll are triggered both after a deselect and after a select event. In general, it is easier to attach event-handling code to either of these low-level events, than to have to find out in the action logic of the corresponding high level events whether a selection or a deselection occurred.

Go to the alphabetic list of events.