Name

UserPreferenceCategory

Synopsis

This enumeration is used for the UserPreferenceChangedEventArgs class. It provides information identifying the type of preference that was changed.

public enum UserPreferenceCategory {
            Accessibility = 1,
            Color = 2,
            Desktop = 3,
            General = 4,
            Icon = 5,
            Keyboard = 6,
            Menu = 7,
            Mouse = 8,
            Policy = 9,
            Power = 10,
            Screensaver = 11,
            Window = 12,
            Locale = 13
}

Hierarchy

System.ObjectSystem.ValueTypeSystem.Enum(System.IComparable, System.IFormattable, System.IConvertible)UserPreferenceCategory

Returned By

UserPreferenceChangedEventArgs.Category, UserPreferenceChangingEventArgs.Category

Passed To

UserPreferenceChangedEventArgs.UserPreferenceChangedEventArgs(), UserPreferenceChangingEventArgs.UserPreferenceChangingEventArgs()

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.