InstantMessagingMcuSession.ParticipantEndpointPropertiesChanged Event
Raised when one or more participant endpoint properties changes.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Event ParticipantEndpointPropertiesChanged As EventHandler(Of ParticipantEndpointPropertiesChangedEventArgs(Of InstantMessagingMcuParticipantEndpointProperties))
'Usage
Dim instance As InstantMessagingMcuSession
Dim handler As EventHandler(Of ParticipantEndpointPropertiesChangedEventArgs(Of InstantMessagingMcuParticipantEndpointProperties))
AddHandler instance.ParticipantEndpointPropertiesChanged, handler
public event EventHandler<ParticipantEndpointPropertiesChangedEventArgs<InstantMessagingMcuParticipantEndpointProperties>> ParticipantEndpointPropertiesChanged
See Also
Reference
InstantMessagingMcuSession Class