Represents information about updated properties for a conversation participant.

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

Syntax

Visual Basic (Declaration)
Public 
Class 

ParticipantPropertiesChangedEventArgs _
	
Inherits 
EventArgs
C#
public 
class 

ParticipantPropertiesChangedEventArgs : 
EventArgs
Visual C++
public 
ref class 

ParticipantPropertiesChangedEventArgs : 
public 
EventArgs
JavaScript

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

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

Inheritance Hierarchy

Object
   EventArgs
     Microsoft.Rtc.Collaboration . . :: . ParticipantPropertiesChangedEventArgs

See Also