2 references to CheckedChangedEventArgs
Microsoft.Maui.Controls (2)
CheckBox\CheckBox.cs (1)
20 ((CheckBox)bindable).CheckedChanged?.Invoke(bindable, new CheckedChangedEventArgs((bool)newValue));
RadioButton\RadioButton.cs (1)
374 CheckedChanged?.Invoke(this, new CheckedChangedEventArgs(isChecked));