Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

PowerModes Enumeration

 

Defines identifiers for power mode events reported by the operating system.

Namespace:   Microsoft.Win32
Assembly:  System (in System.dll)

public enum class PowerModes

Member nameDescription
Resume

The operating system is about to resume from a suspended state.

StatusChange

A power mode status notification event has been raised by the operating system. This might indicate a weak or charging battery, a transition between AC power and battery, or another change in the status of the system power supply.

Suspend

The operating system is about to be suspended.

This enumeration defines identifiers that represent types of power mode changes or events. The values of this enumeration are used by a PowerModeChangedEventArgs to indicate the type of a PowerModeChanged event.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft