MobileForms Toolkit Documentation

DownloadMapCompletedEventArgs Class

Represents a DownloadMapCompleted event arguments.

For a list of all members of this type, see DownloadMapCompletedEventArgs Members.

System.Object
   System.EventArgs
      System.ComponentModel.AsyncCompletedEventArgs
         Resco.Location.Services.Map.DownloadMapCompletedEventArgs

public class DownloadMapCompletedEventArgs : AsyncCompletedEventArgs

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

DownloadMapCompletedEventArgs object contains the result of the asynchronous request initiated by the DownloadMapAsync method call.

If the request has successfully completed, the property ImageStream contains a stream with image data and the property Image contains the image object.

If the request has failed, Error property contains the exception describing the error and accessing the ImageStream and Image properties will throw an exception.

Requirements

Namespace: Resco.Location.Services.Map

Assembly: Resco.Location.CF3 (in Resco.Location.CF3.dll)

See Also

DownloadMapCompletedEventArgs Members | Resco.Location.Services.Map Namespace