Microsoft.Win32.PowerModes
Defines identifiers for power mode events reported by the operating system.
namespace Microsoft.Win32
{
public enum PowerModes
{
Resume = 1,
StatusChange,
Suspend
}
}