DesktopRadioGroup.SelectionChanged

From Xojo Documentation

Event


DesktopRadioGroup.SelectionChanged()

New in 2021r3

Supported for all project types and targets.

The selected radio button has changed.

Notes

Use the DesktopRadioGroup.SelectedRowIndex property to get the index of the newly selected value or the DesktopRadioGroup.SelectedRow method to get the newly selected radio button.

Examples

Get the caption of the newly selected radio button:

Var newCaption As String
newCaption = Me.SelectedRow.Caption