MobileForms Toolkit Documentation

GpsDevice.StatusChanged Event

Occurs when the status of the location service changes.

public event EventHandler StatusChanged;

Remarks

This event is not thread safe because it is raised in the context of the background thread. Before accessing UI elements you will need to marshal the event using e.g. BeginInvoke call.

See Also

GpsDevice Class | Resco.Location.GPS Namespace