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

Syntax

Visual Basic (Declaration)
Protected Friend 
Sub 
New ( _
	
participant 
As 

ConversationParticipant, _
	
changedPropertyNames 
As 
IEnumerable(
Of 
String), _
	
properties 
As TProperties _
)
C#
protected internal 

ParticipantPropertiesChangedEventArgs(
	

ConversationParticipant 
participant,
	
IEnumerable<
string> 
changedPropertyNames,
		TProperties 
properties
)
Visual C++
protected public:

ParticipantPropertiesChangedEventArgs(
	

ConversationParticipant^ 
participant, 
	
IEnumerable<
String^>^ 
changedPropertyNames, 
		TProperties 
properties
)
JavaScript

Microsoft.Rtc.Collaboration.ParticipantPropertiesChangedEventArgs
= 
function(
participant, 
changedPropertyNames, 
properties);

Parameters

participant
Type: Microsoft.Rtc.Collaboration . . :: . ConversationParticipant
changedPropertyNames
Type: IEnumerable < (Of < ( String > ) > )
properties
Type: TProperties

See Also