Edit

Share via


SignalingPropertyChangedEventArgs(Type, Int32) Constructor

Definition

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.

Applies to