DrawnAttributionOverlayEventArgs¶
Namespace: ThinkGeo.Core
public class DrawnAttributionOverlayEventArgs : System.EventArgs
Inheritance Object → EventArgs → DrawnAttributionOverlayEventArgs
Properties¶
Canvas¶
public GeoCanvas Canvas { get; set; }
Property Value¶
GeoCanvas
Attribution¶
public string Attribution { get; set; }
Property Value¶
Constructors¶
DrawnAttributionOverlayEventArgs()¶
public DrawnAttributionOverlayEventArgs()
DrawnAttributionOverlayEventArgs(GeoCanvas, String)¶
public DrawnAttributionOverlayEventArgs(GeoCanvas canvas, string attribution)
Parameters¶
canvas
GeoCanvas
attribution
String