SubscriptionStateChangedEventArgs.NewState Property
Gets the updated state after the change.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property NewState As SubscriptionSignalingState
Get
'Usage
Dim instance As SubscriptionStateChangedEventArgs
Dim value As SubscriptionSignalingState
value = instance.NewState
public SubscriptionSignalingState NewState { get; }
Property Value
Type: Microsoft.Rtc.Signaling.SubscriptionSignalingState
See Also
Reference
SubscriptionStateChangedEventArgs Class