1 instantiation of RadioButtonGroupValueChanged
Microsoft.Maui.Controls (1)
RadioButton\RadioButtonGroupController.cs (1)
144 new RadioButtonGroupValueChanged(_groupName, RadioButtonGroup.GetVisualRoot(_layout), radioButtonValue));
4 references to RadioButtonGroupValueChanged
Microsoft.Maui.Controls (4)
RadioButton\RadioButton.cs (3)
401 MessagingCenter.Subscribe<Element, RadioButtonGroupValueChanged>(this, 413 MessagingCenter.Unsubscribe<Element, RadioButtonGroupValueChanged>(this, RadioButtonGroup.GroupValueChangedMessage); 434 void HandleRadioButtonGroupValueChanged(Element layout, RadioButtonGroupValueChanged args)
RadioButton\RadioButtonGroupController.cs (1)
143 MessagingCenter.Send<Element, RadioButtonGroupValueChanged>(_layout, RadioButtonGroup.GroupValueChangedMessage,