UserChangedEventArgs Class

Definition

Provides data for a user changed event.

public ref class UserChangedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class UserChangedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class UserChangedEventArgs
Public NotInheritable Class UserChangedEventArgs
Inheritance
Object Platform::Object IInspectable UserChangedEventArgs
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Remarks

Version history

Windows version SDK version Value added
2004 19041 ChangedPropertyKinds

Properties

ChangedPropertyKinds

Describes the kinds of changes that triggered the UserChangedEvent.

User

Gets the user.

Applies to