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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.