1 instantiation of BatteryInfoChangedEventArgs
Microsoft.Maui.Essentials (1)
Battery\Battery.shared.cs (1)
157 => OnBatteryInfoChanged(new BatteryInfoChangedEventArgs(level, state, source));
7 references to BatteryInfoChangedEventArgs
Microsoft.Maui.Essentials (7)
Battery\Battery.shared.cs (7)
41 event EventHandler<BatteryInfoChangedEventArgs> BatteryInfoChanged; 78 public static event EventHandler<BatteryInfoChangedEventArgs> BatteryInfoChanged 107 event EventHandler<BatteryInfoChangedEventArgs>? BatteryInfoChangedInternal; 111 public event EventHandler<BatteryInfoChangedEventArgs> BatteryInfoChanged 162 void OnBatteryInfoChanged(BatteryInfoChangedEventArgs e) 247 /// Initializes a new instance of the <see cref="BatteryInfoChangedEventArgs"/> class. 275 /// Returns a string representation of this instance of <see cref="BatteryInfoChangedEventArgs"/>.