GeoCoordinateWatcher.OnPositionChanged Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Raises the PositionChanged event.
Assembly: System.Device (in System.Device.dll)
'Declaration Protected Sub OnPositionChanged ( _ e As GeoPositionChangedEventArgs(Of GeoCoordinate) _ )
Parameters
- e
- Type: System.Device.Location.GeoPositionChangedEventArgs(Of GeoCoordinate)
A GeoPositionChangedEventArgs(Of T) containing the event data.
Show: