Controller.ControllerPairingChanged Event

Signals when controller pairing is changed.

Syntax

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