ESRI.ArcGIS.Mobile.Client
AsyncGpsEventArgs Constructor
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.Gps Namespace > AsyncGpsEventArgs Class : AsyncGpsEventArgs Constructor

succeeded
Flag indicating if the asynchronous method was successful.
Initializes a new instance of the AsyncGpsEventArgs class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal succeeded As Boolean _
)
C# 
public AsyncGpsEventArgs( 
   bool succeeded
)

Parameters

succeeded
Flag indicating if the asynchronous method was successful.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also