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.
Raises the property changed event
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Protected Sub NotifyPropertyChanged ( _
e As SignalingPropertyChangedEventArgs, _
async As Boolean _
)
'Usage
Dim e As SignalingPropertyChangedEventArgs
Dim async As Boolean
Me.NotifyPropertyChanged(e, async)
protected void NotifyPropertyChanged(
SignalingPropertyChangedEventArgs e,
bool async
)
Parameters
- e
Type: Microsoft.Rtc.Signaling.SignalingPropertyChangedEventArgs
The eventargs to use.
- async
Type: System.Boolean
True if to be raised on another thread.