This documentation is archived and is not being maintained.
ResolveAddressCompletedEventArgs Constructor
Visual Studio 2010
Initializes a new instance of ResolveAddressCompletedEventArgs.
Assembly: System.Device (in System.Device.dll)
public: ResolveAddressCompletedEventArgs( CivicAddress^ address, Exception^ error, bool cancelled, Object^ userState )
Parameters
- address
- Type: System.Device.Location::CivicAddress
The CivicAddress that contains the address resolved from the latitude/longitude location, if successful.
- error
- Type: System::Exception
The exception object for any exception that may have occurred during the attempt to resolve the address.
- cancelled
- Type: System::Boolean
true if the operation was cancelled; otherwise, false.
- userState
- Type: System::Object
A token for tracking the request to resolve the address. May be nullptr if not used.
This constructor is public so that classes implementing the ICivicAddressResolver interface can create this object to fire events.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: