PowerModeChangedEventArgs(PowerModes) Constructor

Definition

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