Position change event

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

Syntax

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

Remarks

The position change event is called when latitude, longitude or altitude changes.

See Also