Initializes a new instance of the class.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Sub 
New ( _
	
changeType 
As 
Type, _
	
propertyChanges 
As 
Integer _
)
C#
public 
SignalingPropertyChangedEventArgs(
	
Type 
changeType,
	
int 
propertyChanges
)
Visual C++
public:
SignalingPropertyChangedEventArgs(
	
Type^ 
changeType, 
	
int 
propertyChanges
)
JavaScript

Microsoft.Rtc.Signaling.SignalingPropertyChangedEventArgs = 
function(
changeType, 
propertyChanges);

Parameters

changeType
Type: Type
The type of the enum used for the flags.
propertyChanges
Type: Int32
A bit field indicating which properties have changed.

See Also