RemoteSystemSessionParticipantRemovedEventArgs
RemoteSystemSessionParticipantRemovedEventArgs
RemoteSystemSessionParticipantRemovedEventArgs
RemoteSystemSessionParticipantRemovedEventArgs
Class
Definition
Contains information about a RemoteSystemSessionParticipantWatcher.Removed event, namely the participant that was removed from the session.
public : sealed class RemoteSystemSessionParticipantRemovedEventArgs : IRemoteSystemSessionParticipantRemovedEventArgspublic sealed class RemoteSystemSessionParticipantRemovedEventArgs : IRemoteSystemSessionParticipantRemovedEventArgsPublic NotInheritable Class RemoteSystemSessionParticipantRemovedEventArgs Implements IRemoteSystemSessionParticipantRemovedEventArgs// 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 RemoteSystemSessionParticipantWatcher.Removed is raised, and it should be handled by the method(s) registered to this event.
Properties
Participant Participant Participant Participant
Gets the participant that was removed from the remote session.
public : RemoteSystemSessionParticipant Participant { get; }public RemoteSystemSessionParticipant Participant { get; }Public ReadOnly Property Participant As RemoteSystemSessionParticipant// You can use this property in JavaScript.
- Value
- RemoteSystemSessionParticipant RemoteSystemSessionParticipant RemoteSystemSessionParticipant RemoteSystemSessionParticipant
A RemoteSystemSessionParticipant object corresponding to the participant removed.