2 instantiations of 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));
2 references to CheckedChangedEventArgs
Microsoft.Maui.Controls (2)
CheckBox\CheckBox.cs (1)
52 public event EventHandler<CheckedChangedEventArgs> CheckedChanged;
RadioButton\RadioButton.cs (1)
50 public event EventHandler<CheckedChangedEventArgs> CheckedChanged;