Controller.ControllerRemoved Event

Signals when a controller is removed.

Syntax

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