ParticipantPropertiesChanged Event

Raised when one or more properties of a remote participant have changed.

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

See Also

Reference

Conversation Class

Conversation Members

Microsoft.Rtc.Collaboration Namespace