Position change event

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

Syntax

C#
public event EncoderPositionChangeEventHandler PositionChange
Visual Basic (Declaration)
Public Event PositionChange As EncoderPositionChangeEventHandler
Visual C++
public:
 event EncoderPositionChangeEventHandler^ PositionChange {
	void add (EncoderPositionChangeEventHandler^ value);
	void remove (EncoderPositionChangeEventHandler^ value);
}

Remarks

The position change event provides data about how many ticks have occured, and how much time has passed since the last position change event, but does not contain an absolute position. This can be obtained from getEncoderPosition.

See Also