SystemEvents Members
.NET Framework 1.1
Public Methods
![]() InvokeOnEventsThread | Executes the given delegate on the thread that listens for system events. |
Public Events
![]() DisplaySettingsChanged | Occurs when the user changes the display settings. |
![]() EventsThreadShutdown | Occurs before the thread that listens for system events is terminated. Delegates will be invoked on the events thread. |
![]() 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 shutdown the system. |
![]() 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. |

