Participant.PropertyChanged Event

Raised when one or more properties of the participant change. Changed properties will be indicated by the ParticipantPropertyChanges flags.

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

Syntax

'Declaration
Public Event PropertyChanged As EventHandler(Of SignalingPropertyChangedEventArgs)
'Usage
Dim instance As Participant
Dim handler As EventHandler(Of SignalingPropertyChangedEventArgs)

AddHandler instance.PropertyChanged, handler
public event EventHandler<SignalingPropertyChangedEventArgs> PropertyChanged

See Also

Reference

Participant Class

Participant Members

Microsoft.Rtc.Signaling Namespace

PropertyChangedEventArgs