Name

UserPreferenceChangingEventArgs

Synopsis

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 method UserPreferenceChangingEventArgs(
        UserPreferenceCategory category);  
// Public Instance Properties
   public field UserPreferenceCategory Category{get; } 
}

Hierarchy

System.ObjectSystem.EventArgsUserPreferenceChangingEventArgs

Passed To

UserPreferenceChangingEventHandler.{BeginInvoke(), Invoke()}

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.