Skip to content

DrawingExceptionLayerEventArgs

Namespace: ThinkGeo.Core

public class DrawingExceptionLayerEventArgs : System.EventArgs

Inheritance ObjectEventArgsDrawingExceptionLayerEventArgs

Properties

Exception

public Exception Exception { get; set; }

Property Value

Exception

Canvas

public GeoCanvas Canvas { get; set; }

Property Value

GeoCanvas

Cancel

public bool Cancel { get; set; }

Property Value

Boolean

Constructors

DrawingExceptionLayerEventArgs()

public DrawingExceptionLayerEventArgs()

DrawingExceptionLayerEventArgs(GeoCanvas, Exception, Boolean)

public DrawingExceptionLayerEventArgs(GeoCanvas canvas, Exception exception, bool cancel)

Parameters

canvas GeoCanvas

exception Exception

cancel Boolean