Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 912 Bytes

powermanager_remainingchargepercentchanged.md

File metadata and controls

27 lines (15 loc) · 912 Bytes
-api-id -api-type
E:Microsoft.Windows.System.Power.PowerManager.RemainingChargePercentChanged
winrt event

Microsoft.Windows.System.Power.PowerManager.RemainingChargePercentChanged

-description

Raised when the remaining charge percentage of the battery on the device has changed.

-remarks

To get the remaining charge percentage of the battery in response to this event, use the RemainingChargePercent property. This event corresponds to the GUID_BATTERY_PERCENTAGE_REMAINING power setting GUID.

-see-also

RemainingChargePercent property, Power management with the app lifecycle API

-examples