Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

GeoCoordinateWatcher::PositionChanged Event

.NET Framework (current version)
 

Indicates that the latitude or longitude of the location data has changed.

Namespace:   System.Device.Location
Assembly:  System.Device (in System.Device.dll)

public:
event EventHandler<GeoPositionChangedEventArgs<GeoCoordinate^>^>^ PositionChanged {
	void add(EventHandler<GeoPositionChangedEventArgs<GeoCoordinate^>^>^ value);
	void remove(EventHandler<GeoPositionChangedEventArgs<GeoCoordinate^>^>^ value);
}

This event is only raised when the distance moved since the last event exceeds the threshold that is specified by MovementThreshold.

The GeoPositionChangedEventArgs<T> object passed to the event handler includes the GeoPosition<T> object that contains the updated location data.

The following example shows how to handle the first PositionChanged event.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 4.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show:
© 2017 Microsoft