Raised when one or more participant endpoint properties changes.

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

Syntax

Visual Basic (Declaration)
Public Event 

ParticipantEndpointPropertiesChanged 
As 
EventHandler(
Of 

ParticipantEndpointPropertiesChangedEventArgs(
Of 

InstantMessagingMcuParticipantEndpointProperties))
C#
public event 
EventHandler<

ParticipantEndpointPropertiesChangedEventArgs<

InstantMessagingMcuParticipantEndpointProperties>> 

ParticipantEndpointPropertiesChanged
Visual C++
public:
 
event 
EventHandler<

ParticipantEndpointPropertiesChangedEventArgs<

InstantMessagingMcuParticipantEndpointProperties^>^>^ 

ParticipantEndpointPropertiesChanged {
	
void 
add (
EventHandler<

ParticipantEndpointPropertiesChangedEventArgs<

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

ParticipantEndpointPropertiesChangedEventArgs<

InstantMessagingMcuParticipantEndpointProperties^>^>^ 
value);
}
JavaScript
function add_

participantEndpointPropertiesChanged(
value);
function remove_

participantEndpointPropertiesChanged(
value);

See Also