ZylGPSReceiver Mobile for Smart Phone

GPSReceiver.ParamEventHandler Event

Occures when the speed has changed.

[Visual Basic]
Public Event SpeedChanged As 
[C#]
public event  SpeedChanged;

Event Data

The event handler receives an argument of type ParamEventArgs containing data related to this event. The following ParamEventArgs property provides information specific to this event.

Property Description
Value Parameter value. It can be speed in km/h, heading in degrees or altitude in meters.

See Also

GPSReceiver Class | ZylGPSReceiverMobileSP Namespace