Wheel.LoopRegistersGet Event

Occurs when a device reports values for the loop register.

Syntax

public:
event LoopRegistersGetEvent^ LoopRegistersGet {
         EventRegistrationToken add (LoopRegistersGetEvent^ value);
         void remove (EventRegistrationToken token);
}  

Remarks

This event will be handled by your implementation of the LoopRegistersGetEvent delegate.

Requirements

Namespace: Microsoft.Xbox.Input

Metadata: microsoft.xbox.input.winmd

See also

Reference

Wheel Class

Wheel Members

Microsoft.Xbox.Input Namespace