RemoteSystemSessionRemovedEventArgs RemoteSystemSessionRemovedEventArgs RemoteSystemSessionRemovedEventArgs RemoteSystemSessionRemovedEventArgs Class

Definition

Contains information about a RemoteSystemSessionWatcher.Removed event that was raised, namely the remote session that has disappeared.

public : sealed class RemoteSystemSessionRemovedEventArgs : IRemoteSystemSessionRemovedEventArgspublic sealed class RemoteSystemSessionRemovedEventArgs : IRemoteSystemSessionRemovedEventArgsPublic NotInheritable Class RemoteSystemSessionRemovedEventArgs Implements IRemoteSystemSessionRemovedEventArgs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Creators Update (introduced v10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v4)

Remarks

This class is instantiated whenever the RemoteSystemSessionWatcher.Removed is raised, and it should be handled by the method(s) registered to this event.

Properties

SessionInfo SessionInfo SessionInfo SessionInfo

Gets information about the remote session that disappeared.

public : RemoteSystemSessionInfo SessionInfo { get; }public RemoteSystemSessionInfo SessionInfo { get; }Public ReadOnly Property SessionInfo As RemoteSystemSessionInfo// You can use this property in JavaScript.