Velocity Change Event.

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

Syntax

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

Remarks

The velocity change handler is called when the velocity of a servo changes.

See Also