Represents the callback method that will handle the EquationFaulted event of a Wheel object.
public delegate void EquationFaultEvent(
IWheel pIWheel,
unsigned char index,
EquationFaultType faultType
)
pIWheel
Type: IWheel
IWheel object that fired the event.
index
Type: unsigned char
Index of the equation that the event was fired for.
faultType
Type: EquationFaultType
EquationFaultType value that indicates the type of fault that caused the event to be fired.
Namespace: Microsoft.Xbox.Input
Metadata: microsoft.xbox.input.winmd