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

Hierarchy

System.Object System.EventArgs UserPreferenceChangingEventArgs

Passed To

UserPreferenceChangingEventHandler.{BeginInvoke( ), Invoke( )}

Get C# in a Nutshell, Second Edition 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.