SignalingPropertyChangedEventArgs.ChangedProperties Property
Gets an enumeration of type ChangeType encoded as an integer indicating which properties have changed.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property ChangedProperties As Integer
Get
'Usage
Dim instance As SignalingPropertyChangedEventArgs
Dim value As Integer
value = instance.ChangedProperties
public int ChangedProperties { get; }
Property Value
Type: System.Int32
See Also
Reference
SignalingPropertyChangedEventArgs Class