Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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