Table of Contents

Class RequestedImageExceptionEventArgs

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll
public class RequestedImageExceptionEventArgs : EventArgs
Inheritance
RequestedImageExceptionEventArgs
Inherited Members

Constructors

RequestedImageExceptionEventArgs()

public RequestedImageExceptionEventArgs()

RequestedImageExceptionEventArgs(GeoImage, string)

public RequestedImageExceptionEventArgs(GeoImage geoImage, string errorMsg)

Parameters

geoImage GeoImage
errorMsg string

Properties

Cancel

public bool Cancel { get; set; }

Property Value

bool

ErrorMsg

public string ErrorMsg { get; set; }

Property Value

string

Result

public GeoImage Result { get; set; }

Property Value

GeoImage