The event Push occurs when a Button is pushed or a Radio Button choice is selected.
The high level event Push occurs after the low level event select for a Button component and after the events select and deselect for a Radio Button component.
Note: The event Push is 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 whether to process a selection or a deselection in the action logic of the high level event Push.
Go to the alphabetic list of events.