Initializes a new instance of the class.
Namespace:
Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in
microsoft.rtc.collaboration.dll)
Syntax
|
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public Sub New ( _
changeType As Type, _
propertyChanges As Integer _
)
|
|
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public SignalingPropertyChangedEventArgs (
Type changeType,
int propertyChanges
)
|
Parameters
- changeType
-
The type of the enumeration used for the flags.
- propertyChanges
-
A bit field indicating which properties have changed.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server
2003, Windows Vista Ultimate Edition, Windows Vista Business
Edition, Windows Vista Enterprise Edition
Target Platforms
See Also