Skip to content

DrawnExceptionLayerEventArgs

Namespace: ThinkGeo.Core

public class DrawnExceptionLayerEventArgs : System.EventArgs

Inheritance ObjectEventArgsDrawnExceptionLayerEventArgs

Properties

Exception

public Exception Exception { get; set; }

Property Value

Exception

Canvas

public GeoCanvas Canvas { get; set; }

Property Value

GeoCanvas

Constructors

DrawnExceptionLayerEventArgs()

public DrawnExceptionLayerEventArgs()

DrawnExceptionLayerEventArgs(GeoCanvas, Exception)

public DrawnExceptionLayerEventArgs(GeoCanvas canvas, Exception exception)

Parameters

canvas GeoCanvas

exception Exception