RemoteSystemAddedEventArgs RemoteSystemAddedEventArgs RemoteSystemAddedEventArgs RemoteSystemAddedEventArgs Class

Definition

Gets information about a RemoteSystemAdded event, namely the RemoteSystem that was added.

public : sealed class RemoteSystemAddedEventArgs : IRemoteSystemAddedEventArgspublic sealed class RemoteSystemAddedEventArgs : IRemoteSystemAddedEventArgsPublic NotInheritable Class RemoteSystemAddedEventArgs Implements IRemoteSystemAddedEventArgs// 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 RemoteSystemAdded event is raised, and it should be handled by the method(s) registered to this event.

Properties

RemoteSystem RemoteSystem RemoteSystem RemoteSystem

The RemoteSystem object representing the device that was added to the set of discoverable devices, causing the containing RemoteSystemAdded 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