PowerModeChangedEventArgs Class
Provides data for the PowerModeChanged event.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | PowerModeChangedEventArgs(PowerModes) | Initializes a new instance of the PowerModeChangedEventArgs class using the specified power mode event type. |
| Name | Description | |
|---|---|---|
![]() | Mode | Gets an identifier that indicates the type of the power mode event that has occurred. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
A PowerModeChanged event is raised when the user suspends or resumes the operating system, or when a system power status notification occurs. A system power status notification can occur when a weak or charging power source is detected, or when a transition from AC or battery power source occurs.
The Mode property of a PowerModeChangedEventArgs indicates the type of power mode event that has occurred.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


