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.
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.
Show: