Radio Group Selection Change Event
Description
In BBj 23 and higher, this event reports that the selected radio button in a radio group changed.
| Mandatory/Optional | Mandatory |
|---|---|
| Event Mask Bit | None. Event is always visible. |
Event Template
context:u(2),code:c(1),id:u(2),flags:u(1),x:u(2),y:u(2)
| Field | Description |
|---|---|
| context | Window containing the radio group. |
| code | g |
| id | 0 |
| flags | 0 |
| x | ID of the selected radio button. |
| y | ID of the previously selected radio button. |