Raised when one or more remote participants join or leave the conversation.

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

Syntax

Visual Basic (Declaration)
Public Event 
RemoteParticipantAttendanceChanged 
As 
EventHandler(
Of 

ParticipantAttendanceChangedEventArgs)
C#
public event 
EventHandler<

ParticipantAttendanceChangedEventArgs> 
RemoteParticipantAttendanceChanged
Visual C++
public:
 
event 
EventHandler<

ParticipantAttendanceChangedEventArgs^>^ 
RemoteParticipantAttendanceChanged
{
	
void 
add (
EventHandler<

ParticipantAttendanceChangedEventArgs^>^ 
value);
	
void 
remove (
EventHandler<

ParticipantAttendanceChangedEventArgs^>^ 
value);
}
JavaScript
function add_
remoteParticipantAttendanceChanged(
value);
function remove_
remoteParticipantAttendanceChanged(
value);

See Also