Acceleration Change Event data and information will be stored in this class.

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

Syntax

C#
public class AccelerationChangeEventArgs : EventArgs
Visual Basic (Declaration)
Public Class AccelerationChangeEventArgs _
	Inherits EventArgs
Visual C++
public ref class AccelerationChangeEventArgs : public EventArgs

Remarks

Data specific to this event args class are the index of the axis that is changing and the acceleration value read.

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    Phidgets.Events..::.AccelerationChangeEventArgs

See Also