1 implementation of BatteryInfoChanged
Microsoft.Maui.Essentials (1)
Battery\Battery.shared.cs (1)
111
public event EventHandler<BatteryInfoChangedEventArgs>
BatteryInfoChanged
2 references to BatteryInfoChanged
Microsoft.Maui.Essentials (2)
Battery\Battery.shared.cs (2)
80
add => Default.
BatteryInfoChanged
+= value;
81
remove => Default.
BatteryInfoChanged
-= value;