SystemEvents Members
.NET Framework 2.0
Provides access to system event notifications. This class cannot be inherited.
The following tables list the members exposed by the SystemEvents type.
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| CreateTimer | Creates a new window timer associated with the system events window. |
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| InvokeOnEventsThread | Invokes the specified delegate using the thread that listens for system events. |
| KillTimer | Terminates the timer specified by the given id. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| DisplaySettingsChanged | Occurs when the user changes the display settings. |
| DisplaySettingsChanging | Occurs when the display settings are changing. |
| EventsThreadShutdown | Occurs before the thread that listens for system events is terminated. |
| InstalledFontsChanged | Occurs when the user adds fonts to or removes fonts from the system. |
| LowMemory | Occurs when the system is running out of available RAM. |
| PaletteChanged | Occurs when the user switches to an application that uses a different palette. |
| PowerModeChanged | Occurs when the user suspends or resumes the system. |
| SessionEnded | Occurs when the user is logging off or shutting down the system. |
| SessionEnding | Occurs when the user is trying to log off or shut down the system. |
| SessionSwitch | Occurs when the currently logged-in user has changed. |
| TimeChanged | Occurs when the user changes the time on the system clock. |
| TimerElapsed | Occurs when a windows timer interval has expired. |
| UserPreferenceChanged | Occurs when a user preference has changed. |
| UserPreferenceChanging | Occurs when a user preference is changing. |