Event signaling that the current user has changed.
public:
static event EventHandler<Object^ >^ CurrentUserChanged {
EventRegistrationToken add (EventHandler<Object^ >^ value);
void remove (EventRegistrationToken token);
}
This event indicates that the user who brought the title to the foreground has changed. This event is only fired when a new user brings the title to the foreground. For example the event would be triggered in the following scenario:
Note that user A or B signing out at any time would not trigger the CurrentUserChanged event or change CurrentUser.
Namespace: Windows.Xbox.ApplicationModel.Core
Metadata: windows.winmd