UserPreferenceChangingEventHandler
Represents the method that will handle the  UserPreferenceChanging event.
                namespace Microsoft.Win32
{
    public delegate void UserPreferenceChangingEventHandler (object sender, UserPreferenceChangingEventArgs e);
}