Microsoft.Win32.PowerModeChangedEventHandler
Represents the method that will handle the PowerModeChanged event.
namespace Microsoft.Win32
{
public delegate void PowerModeChangedEventHandler (object sender, PowerModeChangedEventArgs e);
}