MobileForms Toolkit Documentation

GeoCode.GetAddressCompleted Event

Occurs when the GetAddress request completes.

public event EventHandler GetAddressCompleted;

Remarks

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.

See Also

GeoCode Class | Resco.Location.Services.GeoCode Namespace