Wheel.VendorRegistersGet Event

Occurs when a device reports values for the vendor registers.

Syntax

public:
event VendorRegistersGetEvent^ VendorRegistersGet {
         EventRegistrationToken add (VendorRegistersGetEvent^ value);
         void remove (EventRegistrationToken token);
}  

Remarks

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

Requirements

Namespace: Microsoft.Xbox.Input

Metadata: microsoft.xbox.input.winmd

See also

Reference

Wheel Class

Wheel Members

Microsoft.Xbox.Input Namespace