ResolveAddressCompletedEventArgs Constructor
Collapse the table of content
Expand the table of content

ResolveAddressCompletedEventArgs Constructor

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Initializes a new instance of the ResolveAddressCompletedEventArgs class.

Namespace:  System.Device.Location
Assembly:  System.Device (in System.Device.dll)

public ResolveAddressCompletedEventArgs(
	CivicAddress address,
	Exception error,
	bool canceled,
	Object userState
)

Parameters

address
Type: System.Device.Location.CivicAddress
A CivicAddress object containing the resolved address.
error
Type: System.Exception
This parameter is not used.
canceled
Type: System.Boolean
This parameter is not used.
userState
Type: System.Object
This parameter is not used.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft