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 motor changes. These velocity changes are reported back from the Motor Controller and correspond to changing PWM duty cycle rather then actual motor speed.

See Also