Class DrawnExceptionLayerEventArgs
public class DrawnExceptionLayerEventArgs : EventArgs
- Inheritance
-
DrawnExceptionLayerEventArgs
- Inherited Members
Constructors
DrawnExceptionLayerEventArgs()
public DrawnExceptionLayerEventArgs()
DrawnExceptionLayerEventArgs(GeoCanvas, Exception)
public DrawnExceptionLayerEventArgs(GeoCanvas canvas, Exception exception)
Parameters
Properties
Canvas
public GeoCanvas Canvas { get; set; }
Property Value
Exception
public Exception Exception { get; set; }