Share via


UserChangedEventArgs.ChangedPropertyKinds Property

Definition

Describes the kinds of changes that triggered the UserChangedEvent.

public:
 property IVectorView<UserWatcherUpdateKind> ^ ChangedPropertyKinds { IVectorView<UserWatcherUpdateKind> ^ get(); };
IVectorView<UserWatcherUpdateKind> ChangedPropertyKinds();
public IReadOnlyList<UserWatcherUpdateKind> ChangedPropertyKinds { get; }
var iVectorView = userChangedEventArgs.changedPropertyKinds;
Public ReadOnly Property ChangedPropertyKinds As IReadOnlyList(Of UserWatcherUpdateKind)

Property Value

A list of UserWatcherUpdateKind that describe the changes to the user.

Windows requirements

Device family
Windows 10, version 2004 (introduced in 10.0.19041.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v10.0)

Applies to