Radio Button Events

Only one event occurs on a radio button control: Selection Changed. Runtime fires the event when the user changes the status of a radio button. Consequently, Selection Changed should occur in pairs for radio buttons: Once for the selected control and once for the control that the system deselects.