1 instantiation of RadioButtonGroupSelectionChanged
Microsoft.Maui.Controls (1)
RadioButton\RadioButtonGroup.cs (1)
65 new RadioButtonGroupSelectionChanged(scope, radioButton.Value));
5 references to RadioButtonGroupSelectionChanged
Microsoft.Maui.Controls (5)
RadioButton\RadioButton.cs (3)
396 MessagingCenter.Subscribe<RadioButton, RadioButtonGroupSelectionChanged>(this, 409 MessagingCenter.Unsubscribe<RadioButton, RadioButtonGroupSelectionChanged>(this, RadioButtonGroup.GroupSelectionChangedMessage); 421 void HandleRadioButtonGroupSelectionChanged(RadioButton selected, RadioButtonGroupSelectionChanged args)
RadioButton\RadioButtonGroupController.cs (2)
31 MessagingCenter.Subscribe<RadioButton, RadioButtonGroupSelectionChanged>(this, 45 void HandleRadioButtonGroupSelectionChanged(RadioButton selected, RadioButtonGroupSelectionChanged args)