Name

UserPreferenceChangedEventArgs

Synopsis

This class is a custom System.EventArgs object used for the UserPreferenceChangedEventHandler delegate. It provides additional information to your event handler, identifying the type of preference that was changed.

Public Class UserPreferenceChangedEventArgs : Inherits EventArgs
' Public Constructors
   Public Sub New( ByVal category As UserPreferenceCategory) 
' Public Instance Properties
   Public ReadOnly Property Category As UserPreferenceCategory  
End Class

Hierarchy

System.ObjectSystem.EventArgs UserPreferenceChangedEventArgs

Passed To

UserPreferenceChangedEventHandler.{BeginInvoke(), Invoke()}

Get VB.NET Core Classes 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.