Position Change Event.

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

Syntax

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

Remarks

The servo position change handler is called when the servo position has changed. The event will get fired after every modification made to the Position property of a Servo motor.

See Also