RemoteSystemSessionParticipantAddedEventArgs
RemoteSystemSessionParticipantAddedEventArgs
RemoteSystemSessionParticipantAddedEventArgs
RemoteSystemSessionParticipantAddedEventArgs
Class
Definition
Contains information about a RemoteSystemSessionParticipantWatcher.Added event, namely the participant that was added to the session.
public : sealed class RemoteSystemSessionParticipantAddedEventArgs : IRemoteSystemSessionParticipantAddedEventArgspublic sealed class RemoteSystemSessionParticipantAddedEventArgs : IRemoteSystemSessionParticipantAddedEventArgsPublic NotInheritable Class RemoteSystemSessionParticipantAddedEventArgs Implements IRemoteSystemSessionParticipantAddedEventArgs// 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.Added 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 added to 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 added.