XboxLiveEndpointPairStateChangedEventArgs.OldState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.