August 2003
Intermediate to advanced
928 pages
32h 1m
English
PowerModeChangedEventArgs
This class creates a
custom
System.EventArgs object for the
PowerModeChangedEventHandler delegate. It provides
additional information to your event handler, identifying the new
power mode that the system has entered.
public class PowerModeChangedEventArgs : EventArgs {
// Public Constructors
public PowerModeChangedEventArgs(PowerModes mode);
// Public Instance Properties
public PowerModes Mode{get; }
}
System.Object
→
System.EventArgs
→
PowerModeChangedEventArgs
PowerModeChangedEventHandler.{BeginInvoke( ),
Invoke( )}
Figure 25-1 shows the inheritance diagram for this namespace.

Figure 25-1. The Microsoft.Win32 namespace