Edit

Share via


Participant.PropertyChanged Event

Definition

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

public:
 event EventHandler<Microsoft::Rtc::Signaling::SignalingPropertyChangedEventArgs ^> ^ PropertyChanged;
public event EventHandler<Microsoft.Rtc.Signaling.SignalingPropertyChangedEventArgs> PropertyChanged;
member this.PropertyChanged : EventHandler<Microsoft.Rtc.Signaling.SignalingPropertyChangedEventArgs> 
Public Custom Event PropertyChanged As EventHandler(Of SignalingPropertyChangedEventArgs) 

Event Type

Applies to