Participant.NotifyPropertyChanged Method
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.
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
The eventargs to use.
- async
- Boolean
True if to be raised on another thread.