2 instantiations of 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));
2 references to ToggledEventArgs
Microsoft.Maui.Controls (2)
Cells\SwitchCell.cs (1)
44
public event EventHandler<
ToggledEventArgs
> OnChanged;
Switch\Switch.cs (1)
73
public event EventHandler<
ToggledEventArgs
> Toggled;