PowerModeChangedEventArgs(PowerModes) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the PowerModeChangedEventArgs class using the specified power mode event type.
public:
PowerModeChangedEventArgs(Microsoft::Win32::PowerModes mode);
public PowerModeChangedEventArgs (Microsoft.Win32.PowerModes mode);
new Microsoft.Win32.PowerModeChangedEventArgs : Microsoft.Win32.PowerModes -> Microsoft.Win32.PowerModeChangedEventArgs
Public Sub New (mode As PowerModes)
Parameters
- mode
- PowerModes
One of the PowerModes values that represents the type of power mode event.
Remarks
This constructor can be used to create a PowerModeChangedEventArgs that indicates a type of power mode event.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.