Acceleration Change Event.

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

Syntax

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

Remarks

This event is called when the acceleration of an axis changes by more then the set sensitivity.

See Also