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

Raised when the number of Satellites in view changed.

Syntax

Visual Basic (Declaration) 
Public Event SatellitesinViewChanged As EventHandler(Of SatellitesInViewChangedEventArgs)
C# 
public event EventHandler<SatellitesInViewChangedEventArgs> SatellitesinViewChanged

Event Data

The event handler receives an argument of type SatellitesInViewChangedEventArgs containing data related to this event. The following SatellitesInViewChangedEventArgs properties provide information specific to this event.

PropertyDescription
SatellitesInView Gets the Dictionary of visible satellites.

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.