Represents information regarding participants that get added or removed in a conversation or conference or MCU.

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

Syntax

Visual Basic (Declaration)
Public 
Class 

ParticipantAttendanceChangedEventArgs _
	
Inherits 
EventArgs
C#
public 
class 

ParticipantAttendanceChangedEventArgs : 
EventArgs
Visual C++
public 
ref class 

ParticipantAttendanceChangedEventArgs : 
public 
EventArgs
JavaScript

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

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

Inheritance Hierarchy

Object
   EventArgs
     Microsoft.Rtc.Collaboration . . :: . ParticipantAttendanceChangedEventArgs

See Also