Gets the user object that was associated with the controller before the change.
public:
property User^ PreviousUser {
User^ get ();
}
Type: User
The user object associated with the controller before the change.
If there was no user previously on the controller this will be NULL.
Namespace: Windows.Xbox.Input
Metadata: windows.winmd
ControllerPairingChangedEventArgs Class