IWheel.EquationInformationGet Event

Occurs when a device reports information for a specific equation.

Syntax

public:
event EquationInformationGetEvent^ EquationInformationGet {
         EventRegistrationToken add (EquationInformationGetEvent^ value);
         void remove (EventRegistrationToken token);
}  

Remarks

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

Requirements

Namespace: Microsoft.Xbox.Input

Metadata: microsoft.xbox.input.winmd

See also

Reference

IWheel Interface

IWheel Members

Microsoft.Xbox.Input Namespace