Controller.ControllerAdded Event

Signals when a controller is added.

Syntax

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

Remarks

Note

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

Requirements

Namespace: Windows.Xbox.Input

Metadata: windows.winmd

See also

Reference

Controller Class

Controller Members

Windows.Xbox.Input Namespace