Velocity change handler.
Namespace:
PhidgetsAssembly: 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
This event is called when a stepper velocity changes.