UserDeviceAssociationChangedEventArgs UserDeviceAssociationChangedEventArgs UserDeviceAssociationChangedEventArgs UserDeviceAssociationChangedEventArgs Class

Definition

Contains information about a UserDeviceAssociationChanged event.

public : sealed class UserDeviceAssociationChangedEventArgs : IUserDeviceAssociationChangedEventArgspublic sealed class UserDeviceAssociationChangedEventArgs : IUserDeviceAssociationChangedEventArgsPublic NotInheritable Class UserDeviceAssociationChangedEventArgs Implements IUserDeviceAssociationChangedEventArgs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v3)

Properties

DeviceId DeviceId DeviceId DeviceId

Gets the Id of the associated device.

public : PlatForm::String DeviceId { get; }public string DeviceId { get; }Public ReadOnly Property DeviceId As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The Id of the associated device.

NewUser NewUser NewUser NewUser

Gets the new user associated with the device.

public : User NewUser { get; }public User NewUser { get; }Public ReadOnly Property NewUser As User// You can use this property in JavaScript.
Value
User User User User

The new user associated with the device.

OldUser OldUser OldUser OldUser

Gets the old user previously associated with the device.

public : User OldUser { get; }public User OldUser { get; }Public ReadOnly Property OldUser As User// You can use this property in JavaScript.
Value
User User User User

The old user previously associated with the device.