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.