RemoteSystemUpdatedEventArgs RemoteSystemUpdatedEventArgs RemoteSystemUpdatedEventArgs RemoteSystemUpdatedEventArgs Class

Definition

Gets information about a RemoteSystemUpdated event, namely the RemoteSystem that was updated.

public : sealed class RemoteSystemUpdatedEventArgs : IRemoteSystemUpdatedEventArgspublic sealed class RemoteSystemUpdatedEventArgs : IRemoteSystemUpdatedEventArgsPublic NotInheritable Class RemoteSystemUpdatedEventArgs Implements IRemoteSystemUpdatedEventArgs// 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)
Capabilities
remoteSystem

Remarks

This class is instantiated whenever the RemoteSystemUpdated event is raised (that is, whenever a previously discovered RemoteSystem has any of its properties changed), and it should be handled by the method(s) registered to this event.

Properties

RemoteSystem RemoteSystem RemoteSystem RemoteSystem

The RemoteSystem object representing the device in the set of discoverable devices whose properties were updated, causing the containing RemoteSystemUpdated event to be raised.

public : RemoteSystem RemoteSystem { get; }public RemoteSystem RemoteSystem { get; }Public ReadOnly Property RemoteSystem As RemoteSystem// You can use this property in JavaScript.
Additional features and requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v3)
Capabilities
remoteSystem

See Also