SignalingPropertyChangedEventArgs(Type, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the class.
public:
SignalingPropertyChangedEventArgs(Type ^ changeType, int propertyChanges);
public SignalingPropertyChangedEventArgs (Type changeType, int propertyChanges);
new Microsoft.Rtc.Signaling.SignalingPropertyChangedEventArgs : Type * int -> Microsoft.Rtc.Signaling.SignalingPropertyChangedEventArgs
Public Sub New (changeType As Type, propertyChanges As Integer)
Parameters
- changeType
- Type
The type of the enum used for the flags.
- propertyChanges
- Int32
A bit field indicating which properties have changed.