BodyController.BodyControllerAdded Event

Event that fires when the body controller is added.

Syntax

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

BodyController Class

BodyController Members

Windows.Xbox.Input Namespace