User.OnlineStateChanged Event

Event that signals a change to the console’s online state.

Syntax

public:
static event EventHandler<OnlineStateChangedEventArgs^ >^ OnlineStateChanged {
         EventRegistrationToken add (EventHandler<OnlineStateChangedEventArgs^ >^ 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