Position fix status change event

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

Syntax

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

Remarks

The position fix status change event is called when the position fix status changes.

See Also