In The Hand LtdIn The Hand
ResolveAddressCompletedEventArgs Constructor (address, error, cancelled, userState)
NamespacesInTheHand.Device.LocationResolveAddressCompletedEventArgsResolveAddressCompletedEventArgs(CivicAddress, Exception, Boolean, Object)
.NET Components for Mobility
Initializes a new instance of the ResolveAddressCompletedEventArgs class
Declaration Syntax
C#Visual Basic
public ResolveAddressCompletedEventArgs(
	CivicAddress address,
	Exception error,
	bool cancelled,
	Object userState
)
Public Sub New ( _
	address As CivicAddress, _
	error As Exception, _
	cancelled As Boolean, _
	userState As Object _
)
Parameters
address (CivicAddress)
The CivicAddress containing the address resolved from the latitude/longitude location, if successful.
error (Exception)
The exception object for any exception that may have occurred during the attempt to resolve the address.
cancelled (Boolean)
true if the operation was cancelled; otherwise, false.
userState (Object)
A token for tracking the request to resolve the address. May be null if not used.
Remarks
This constructor is public so that classes implementing the ICivicAddressResolver interface can create this object to fire events.

Assembly: InTheHand.Device (Module: InTheHand.Device) Version: 7.0.0.0