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