Participant.PropertyChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)