IBattery.BatteryInfoChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when battery properties change.
public:
event EventHandler<Microsoft::Maui::Devices::BatteryInfoChangedEventArgs ^> ^ BatteryInfoChanged;
event EventHandler<Microsoft.Maui.Devices.BatteryInfoChangedEventArgs> BatteryInfoChanged;
member this.BatteryInfoChanged : EventHandler<Microsoft.Maui.Devices.BatteryInfoChangedEventArgs>
Event BatteryInfoChanged As EventHandler(Of BatteryInfoChangedEventArgs)