EquationFaultEvent Delegate

Represents the callback method that will handle the EquationFaulted event of a Wheel object.

Syntax

public delegate void EquationFaultEvent(
         IWheel pIWheel,
         unsigned char index,
         EquationFaultType faultType
)  

Parameters

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.

Requirements

Namespace: Microsoft.Xbox.Input

Metadata: microsoft.xbox.input.winmd

See also

Reference

Microsoft.Xbox.Input Namespace