Table of Contents

Class DrawingExceptionLayerEventArgs

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

Constructors

DrawingExceptionLayerEventArgs()

public DrawingExceptionLayerEventArgs()

DrawingExceptionLayerEventArgs(GeoCanvas, Exception, bool)

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

Parameters

canvas GeoCanvas
exception Exception
cancel bool

Properties

Cancel

public bool Cancel { get; set; }

Property Value

bool

Canvas

public GeoCanvas Canvas { get; set; }

Property Value

GeoCanvas

Exception

public Exception Exception { get; set; }

Property Value

Exception