UserPreferenceChangedEventHandler

UserPreferenceChangedEventHandler serializable

Microsoft.Win32 (system.dll) delegate

This delegate defines the signature an event handler must use to receive the SystemEvents.UserPreferenceChanged event. This event is raised when a user applies configuration changes, usually through one of the setting modules in the Control Panel. Note that not all changes raise this event, so it is best to first test it to make sure it accomplishes everything you need before you rely on it.

 public delegate void  UserPreferenceChangedEventHandler  (object   sender   ,  UserPreferenceChangedEventArgs   e   ); 

Associated Events

SystemEvents.UserPreferenceChanged( )



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net