The reference to the position change value that was read to generate the event.

Namespace:  Phidgets.Events
Assembly:  Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34

Syntax

C#
public readonly int PositionChange
Visual Basic (Declaration)
Public ReadOnly PositionChange As Integer
Visual C++
public:
initonly int PositionChange

Remarks

This is the ammount of change in the encoder's position since the last EncoderPositionChangeEvent.

See Also