Occurs when the GetAddress request completes.
If the request has been successfully completed, the property Address contains the Address object representing the resulting civic address. Getting the Address property in case of failure causes that a ServiceRequestException is thrown.
This event is not thread safe because it is raised in the context of the background thread. Before accessing UI elements you will need to marshal the event using e.g. BeginInvoke call.
GeoCode Class | Resco.Location.Services.GeoCode Namespace