NotifyPropertyChanged Method

Raises when a property changes.

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

See Also

Reference

Participant Class

Participant Members

Microsoft.Rtc.Signaling Namespace