Conversation.ParticipantPropertiesChanged Event
Raised when one or more properties of the participant change(s).
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Event ParticipantPropertiesChanged As EventHandler(Of ParticipantPropertiesChangedEventArgs)
'Usage
Dim instance As Conversation
Dim handler As EventHandler(Of ParticipantPropertiesChangedEventArgs)
AddHandler instance.ParticipantPropertiesChanged, handler
public event EventHandler<ParticipantPropertiesChangedEventArgs> ParticipantPropertiesChanged
Remarks
The event handler will be raised for both local as well as remote participant property changes.