ArcGIS Runtime SDK for WPF - Library Reference
PositionChanged Event
See Also 
ESRI.ArcGIS.Client.Local.Gps Namespace > GpsCoordinateWatcher Class : PositionChanged Event

Raised when a new position is acquired.

Syntax

Visual Basic (Declaration) 
Public Event PositionChanged As EventHandler(Of GeoPositionChangedEventArgs(Of GeoCoordinate))

Event Data

The event handler receives an argument of type GeoPositionChangedEventArgs<T> containing data related to this event. The following GeoPositionChangedEventArgs<T> properties provide information specific to this event.

PropertyDescription
Position Gets the location data associated with the event.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.