Represents the information received when the remote participant of the call changes.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Class 
RemoteParticipantChangedEventArgs _
	
Inherits 
EventArgs
C#
public 
class 
RemoteParticipantChangedEventArgs :

EventArgs
Visual C++
public 
ref class 
RemoteParticipantChangedEventArgs :

public 
EventArgs
JavaScript

Microsoft.Rtc.Collaboration.RemoteParticipantChangedEventArgs
= 
function();

Type.createClass(
	 
'Microsoft.Rtc.Collaboration.RemoteParticipantChangedEventArgs',
	
EventArgs);

Inheritance Hierarchy

Object
   EventArgs
     Microsoft.Rtc.Collaboration . . :: . RemoteParticipantChangedEventArgs

See Also