Gamepad.GamepadRemoved Event

Signals when a gamepad is removed.

Syntax

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

Gamepad Class

Gamepad Members

Windows.Xbox.Input Namespace