IWheel.AllEquationsStatesGet Event

Occurs when a device reports the states of all equations.

Syntax

public:
event AllEquationsStatesGetEvent^ AllEquationsStatesGet {
         EventRegistrationToken add (AllEquationsStatesGetEvent^ value);
         void remove (EventRegistrationToken token);
}  

Remarks

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

Requirements

Namespace: Microsoft.Xbox.Input

Metadata: microsoft.xbox.input.winmd

See also

Reference

IWheel Interface

IWheel Members

Microsoft.Xbox.Input Namespace