Skip to content

DrawnExceptionTileOverlayEventArgs

Namespace: ThinkGeo.Core

public class DrawnExceptionTileOverlayEventArgs : System.EventArgs

Inheritance ObjectEventArgsDrawnExceptionTileOverlayEventArgs

Properties

Exception

public Exception Exception { get; set; }

Property Value

Exception

Canvas

public GeoCanvas Canvas { get; set; }

Property Value

GeoCanvas

Constructors

DrawnExceptionTileOverlayEventArgs()

public DrawnExceptionTileOverlayEventArgs()

DrawnExceptionTileOverlayEventArgs(GeoCanvas, Exception)

public DrawnExceptionTileOverlayEventArgs(GeoCanvas canvas, Exception exception)

Parameters

canvas GeoCanvas

exception Exception