Class DrawingExceptionLayerEventArgs
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
Properties
Cancel
public bool Cancel { get; set; }
Property Value
Canvas
public GeoCanvas Canvas { get; set; }
Property Value
Exception
public Exception Exception { get; set; }