How catch changing of color system settings?

  • Thread starter Alexander Vasilevsky
  • Start date
C

Ciaran O''Donnell

Microsoft.Win32.SystemEvents class has a lot of event on it for when
something like that happens in windows:

DisplaySettingsChanged;
DisplaySettingsChanging;
EventsThreadShutdown;
InstalledFontsChanged;
LowMemory;
PaletteChanged;
PowerModeChanged;
SessionEnded;
SessionEnding;
SessionSwitch;
TimeChanged;
TimerElapsed;
UserPreferenceChanged;
UserPreferenceChanging;
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top