RemoteSystemRemovedEventArgs RemoteSystemRemovedEventArgs RemoteSystemRemovedEventArgs RemoteSystemRemovedEventArgs Class

Definition

Gets information about a RemoteSystemRemoved event, namely the RemoteSystem that was removed

public : sealed class RemoteSystemRemovedEventArgs : IRemoteSystemRemovedEventArgspublic sealed class RemoteSystemRemovedEventArgs : IRemoteSystemRemovedEventArgsPublic NotInheritable Class RemoteSystemRemovedEventArgs Implements IRemoteSystemRemovedEventArgs// 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 RemoteSystemRemoved event is raised (that is, whenever a previously discovered RemoteSystem is no longer discoverable), and it should be handled by the method(s) registered to this event.

Properties

RemoteSystemId RemoteSystemId RemoteSystemId RemoteSystemId

The RemoteSystem object representing the device that was removed from the set of discoverable devices, causing the containing RemoteSystemRemoved event to be raised.

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

The device removed.

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