RemoteSystemUpdatedEventArgs Class

Definition

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

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

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)
App 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

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

Applies to

See also