Edit

Share via


Participant.NotifyPropertyChanged Method

Definition

Raises the property changed event

protected:
 void NotifyPropertyChanged(Microsoft::Rtc::Signaling::SignalingPropertyChangedEventArgs ^ e, bool async);
protected void NotifyPropertyChanged (Microsoft.Rtc.Signaling.SignalingPropertyChangedEventArgs e, bool async);
member this.NotifyPropertyChanged : Microsoft.Rtc.Signaling.SignalingPropertyChangedEventArgs * bool -> unit
Protected Sub NotifyPropertyChanged (e As SignalingPropertyChangedEventArgs, async As Boolean)

Parameters

e
SignalingPropertyChangedEventArgs

The eventargs to use.

async
Boolean

True if to be raised on another thread.

Applies to