2 instantiations of CheckedChangedEventArgs
Microsoft.Maui.Controls (2)
CheckBox\CheckBox.cs (1)
22
((CheckBox)bindable).CheckedChanged?.Invoke(bindable, new
CheckedChangedEventArgs
((bool)newValue));
RadioButton\RadioButton.cs (1)
377
CheckedChanged?.Invoke(this, new
CheckedChangedEventArgs
(isChecked));
2 references to CheckedChangedEventArgs
Microsoft.Maui.Controls (2)
CheckBox\CheckBox.cs (1)
84
public event EventHandler<
CheckedChangedEventArgs
> CheckedChanged;
RadioButton\RadioButton.cs (1)
53
public event EventHandler<
CheckedChangedEventArgs
> CheckedChanged;