Skip to content

RequestedImageExceptionEventArgs

Namespace: ThinkGeo.Core

public class RequestedImageExceptionEventArgs : System.EventArgs

Inheritance ObjectEventArgsRequestedImageExceptionEventArgs

Properties

Result

public GeoImage Result { get; set; }

Property Value

GeoImage

Cancel

public bool Cancel { get; set; }

Property Value

Boolean

ErrorMsg

public string ErrorMsg { get; set; }

Property Value

String

Constructors

RequestedImageExceptionEventArgs()

public RequestedImageExceptionEventArgs()

RequestedImageExceptionEventArgs(GeoImage, String)

public RequestedImageExceptionEventArgs(GeoImage geoImage, string errorMsg)

Parameters

geoImage GeoImage

errorMsg String