UserPreferenceChangingEventArgs

UserPreferenceChangingEventArgs

Microsoft.Win32 (system.dll)class

This class represents the event arguments sent to a UserPreferenceChangingEventHandler. Category specifies the UserPreferenceCategory of user preferences that is changing.

public class UserPreferenceChangingEventArgs : EventArgs {
// Public Constructors
   public UserPreferenceChangingEventArgs(UserPreferenceCategory category);
// Public Instance Properties
   public UserPreferenceCategory Category{get; }
}

Hierarchy

System.Object System.EventArgs UserPreferenceChangingEventArgs

Passed To

UserPreferenceChangingEventHandler.{BeginInvoke( ), Invoke( )}



    Part II: Programming with the .NET Framework
    Part IV: API Quick Reference
    Chapter 26. System