Position change event.

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

Syntax

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

Remarks

This event is called when the stepper position changes.

See Also