MobileForms Toolkit Documentation

GpsDevice.PositionChanged Event

Occurs when the new position is discovered.

public event EventHandler PositionChanged;

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