Share via


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
A SubscriptionSignalingState enumeration member representing the new state.

See Also

Reference

SubscriptionStateChangedEventArgs Class

SubscriptionStateChangedEventArgs Members

Microsoft.Rtc.Signaling Namespace