2 references to ToggledEventArgs
Microsoft.Maui.Controls (2)
Cells\SwitchCell.cs (1)
14
switchCell.OnChanged?.Invoke(obj, new
ToggledEventArgs
((bool)newValue));
Switch\Switch.cs (1)
19
((Switch)bindable).Toggled?.Invoke(bindable, new
ToggledEventArgs
((bool)newValue));