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