SignalingPropertyChangedEventArgs Constructor
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
Initializes a new instance of the class.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in microsoft.rtc.collaboration.dll)
Syntax
'Declaration
<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
Reference
SignalingPropertyChangedEventArgs Class
SignalingPropertyChangedEventArgs Members
Microsoft.Rtc.Signaling Namespace