.NET Framework Class Library
SystemEvents Members

Provides access to system event notifications. This class cannot be inherited.

The SystemEvents type exposes the following members.

Methods

  NameDescription
Public methodStatic memberCreateTimerCreates a new window timer associated with the system events window.
Public methodEqualsDetermines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodFinalizeAllows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodStatic memberInvokeOnEventsThreadInvokes the specified delegate using the thread that listens for system events.
Public methodStatic memberKillTimerTerminates the timer specified by the given id.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodToStringReturns a String that represents the current Object. (Inherited from Object.)
Top
Events

  NameDescription
Public eventStatic memberDisplaySettingsChangedOccurs when the user changes the display settings.
Public eventStatic memberDisplaySettingsChangingOccurs when the display settings are changing.
Public eventStatic memberEventsThreadShutdownOccurs before the thread that listens for system events is terminated.
Public eventStatic memberInstalledFontsChangedOccurs when the user adds fonts to or removes fonts from the system.
Public eventStatic memberLowMemory Obsolete. Occurs when the system is running out of available RAM.
Public eventStatic memberPaletteChangedOccurs when the user switches to an application that uses a different palette.
Public eventStatic memberPowerModeChangedOccurs when the user suspends or resumes the system.
Public eventStatic memberSessionEndedOccurs when the user is logging off or shutting down the system.
Public eventStatic memberSessionEndingOccurs when the user is trying to log off or shut down the system.
Public eventStatic memberSessionSwitchOccurs when the currently logged-in user has changed.
Public eventStatic memberTimeChangedOccurs when the user changes the time on the system clock.
Public eventStatic memberTimerElapsedOccurs when a windows timer interval has expired.
Public eventStatic memberUserPreferenceChangedOccurs when a user preference has changed.
Public eventStatic memberUserPreferenceChangingOccurs when a user preference is changing.
Top
See Also

Reference

Tags :


Page view tracker