User.SignOutStarted Event

Event signaling that sign out has started for a user.

Syntax

public:
static event EventHandler<SignOutStartedEventArgs^ >^ SignOutStarted {
         EventRegistrationToken add (EventHandler<SignOutStartedEventArgs^ >^ value);
         void remove (EventRegistrationToken token);
}  

Remarks

Note

This is a cross-OS call. For more information, see Cross-OS Calls.

Requirements

Namespace: Windows.Xbox.System

Metadata: windows.winmd

See also

Reference

User Class

User Members

Windows.Xbox.System Namespace