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