GeoCoordinateWatcher.PositionChanged Event
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Occurs when the location service detects a change in position.
Assembly: System.Device (in System.Device.dll)
XMLNS for XAML: Not mapped to an xmlns.
'Declaration Public Event PositionChanged As EventHandler(Of GeoPositionChangedEventArgs(Of GeoCoordinate))
<object PositionChanged="EventHandler<GeoPositionChangedEventArgs<GeoCoordinate>>" .../>
Implements
IGeoPositionWatcher(Of T).PositionChanged
Show: