DrawingExceptionLayerEventArgs¶
Namespace: ThinkGeo.Core
public class DrawingExceptionLayerEventArgs : System.EventArgs
Inheritance Object → EventArgs → DrawingExceptionLayerEventArgs
Properties¶
Exception¶
public Exception Exception { get; set; }
Property Value¶
Canvas¶
public GeoCanvas Canvas { get; set; }
Property Value¶
Cancel¶
public bool Cancel { get; set; }
Property Value¶
Constructors¶
DrawingExceptionLayerEventArgs()¶
public DrawingExceptionLayerEventArgs()
DrawingExceptionLayerEventArgs(GeoCanvas, Exception, Boolean)¶
public DrawingExceptionLayerEventArgs(GeoCanvas canvas, Exception exception, bool cancel)
Parameters¶
canvas
GeoCanvas
exception
Exception
cancel
Boolean