XboxLiveEndpointPairStateChangedEventArgs.OldState Property

Definition

Gets a XboxLiveEndpointPairState representing the state of the endpoint pair before it changed.

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 OldState { XboxLiveEndpointPairState get(); };
XboxLiveEndpointPairState OldState();
public XboxLiveEndpointPairState OldState { get; }
var xboxLiveEndpointPairState = xboxLiveEndpointPairStateChangedEventArgs.oldState;
Public ReadOnly Property OldState As XboxLiveEndpointPairState

Property Value

The old state of the endpoint pair.

Applies to