SignalingPropertyChangedEventArgs Constructor
Initializes a new instance of the class.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub New ( _
changeType As Type, _
propertyChanges As Integer _
)
'Usage
Dim changeType As Type
Dim propertyChanges As Integer
Dim instance As New SignalingPropertyChangedEventArgs(changeType, _
propertyChanges)
public SignalingPropertyChangedEventArgs(
Type changeType,
int propertyChanges
)
Parameters
- changeType
Type: System.Type
The type of the enum used for the flags.
- propertyChanges
Type: System.Int32
A bit field indicating which properties have changed.
See Also
Reference
SignalingPropertyChangedEventArgs Class