ParticipantEndpointPropertiesChanged Event
Raised when one or more participant endpoint properties change.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Event ParticipantEndpointPropertiesChanged As EventHandler(Of ParticipantEndpointPropertiesChangedEventArgs(Of AudioVideoMcuParticipantEndpointProperties))
'Usage
Dim instance As AudioVideoMcuSession
Dim handler As EventHandler(Of ParticipantEndpointPropertiesChangedEventArgs(Of AudioVideoMcuParticipantEndpointProperties))
AddHandler instance.ParticipantEndpointPropertiesChanged, handler
public event EventHandler<ParticipantEndpointPropertiesChangedEventArgs<AudioVideoMcuParticipantEndpointProperties>> ParticipantEndpointPropertiesChanged