Name

UserPreferenceChangedEventHandler

Synopsis

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()

Get C# in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.