IWheel.EquationFaulted Event

Occurs when an equation has faulted.

Syntax

public:
event EquationFaultEvent^ EquationFaulted {
         EventRegistrationToken add (EquationFaultEvent^ value);
         void remove (EventRegistrationToken token);
}  

Remarks

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

Requirements

Namespace: Microsoft.Xbox.Input

Metadata: microsoft.xbox.input.winmd

See also

Reference

IWheel Interface

IWheel Members

Microsoft.Xbox.Input Namespace