Share via


XboxLiveEndpointPairStateChangedEventArgs.NewState Property

Definition

Gets an XboxLiveEndpointPairState describing the state of the endpoint pair after the state change.

Important

This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.

public:
 property XboxLiveEndpointPairState NewState { XboxLiveEndpointPairState get(); };
XboxLiveEndpointPairState NewState();
public XboxLiveEndpointPairState NewState { get; }
var xboxLiveEndpointPairState = xboxLiveEndpointPairStateChangedEventArgs.newState;
Public ReadOnly Property NewState As XboxLiveEndpointPairState

Property Value

The new state of the endpoint pair.

Applies to