This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
thinkgeo.mapsuite.desktopedition.interactiveoverlay [2015/09/22 08:11] admin |
thinkgeo.mapsuite.desktopedition.interactiveoverlay [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay ====== | ====== ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay ====== | ||
| + | |||
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| + | |||
| This class inherits from Overlay abstract class. This specified overlay describes the interative process with the MapControl using the Mouse or Keyboard. | This class inherits from Overlay abstract class. This specified overlay describes the interative process with the MapControl using the Mouse or Keyboard. | ||
| ===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
| Line 924: | Line 927: | ||
| ** {{wiki:PublicProperty.gif|}} Attribution ** | ** {{wiki:PublicProperty.gif|}} Attribution ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay#DrawAttributionCore.28GeoCanvas.29 | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay#DrawAttributionCore.28GeoCanvas.29// |
| == Return Value == | == Return Value == | ||
| * Type:String | * Type:String | ||
| Line 932: | Line 935: | ||
| ** {{wiki:PublicProperty.gif|}} Lock ** | ** {{wiki:PublicProperty.gif|}} Lock ** | ||
| - | This property gets the OverlayLock object. | + | * //This property gets the OverlayLock object.// |
| == Remarks == | == Remarks == | ||
| - | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay#Lock | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay#Lock// |
| == Return Value == | == Return Value == | ||
| * Type:[[ThinkGeo.MapSuite.DesktopEdition.OverlayLock|OverlayLock]] | * Type:[[ThinkGeo.MapSuite.DesktopEdition.OverlayLock|OverlayLock]] | ||
| Line 940: | Line 943: | ||
| ** {{wiki:PublicProperty.gif|}} IsBase ** | ** {{wiki:PublicProperty.gif|}} IsBase ** | ||
| - | Gets or sets a value that indicates whether the overlay is a base overlay. The default value is false. | + | * //Gets or sets a value that indicates whether the overlay is a base overlay. The default value is false.// |
| == Remarks == | == Remarks == | ||
| - | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay#IsBase | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay#IsBase// |
| == Return Value == | == Return Value == | ||
| * Type:Boolean | * Type:Boolean | ||
| Line 948: | Line 951: | ||
| ** {{wiki:PublicProperty.gif|}} DrawingExceptionMode ** | ** {{wiki:PublicProperty.gif|}} DrawingExceptionMode ** | ||
| - | This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing. | + | * //This property gets and sets the DrawingExceptionMode used when an exception occurs during drawing.// |
| == Remarks == | == Remarks == | ||
| - | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay#DrawingExceptionMode | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay#DrawingExceptionMode// |
| == Return Value == | == Return Value == | ||
| * Type:[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] | * Type:[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] | ||
| Line 956: | Line 959: | ||
| ** {{wiki:PublicProperty.gif|}} IsVisible ** | ** {{wiki:PublicProperty.gif|}} IsVisible ** | ||
| - | Gets or sets a value that indicates whether the overlay is visible on the map. | + | * //Gets or sets a value that indicates whether the overlay is visible on the map.// |
| == Remarks == | == Remarks == | ||
| - | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay#IsVisible | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay#IsVisible// |
| == Return Value == | == Return Value == | ||
| * Type:Boolean | * Type:Boolean | ||
| Line 964: | Line 967: | ||
| ** {{wiki:PublicProperty.gif|}} Name ** | ** {{wiki:PublicProperty.gif|}} Name ** | ||
| - | Gets or sets the name of the overlay, which can be used to represent a specific overlay. | + | * //Gets or sets the name of the overlay, which can be used to represent a specific overlay.// |
| == Remarks == | == Remarks == | ||
| - | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay#Name | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay#Name// |
| == Return Value == | == Return Value == | ||
| * Type:String | * Type:String | ||
| Line 972: | Line 975: | ||
| ** {{wiki:PublicProperty.gif|}} TileCache ** | ** {{wiki:PublicProperty.gif|}} TileCache ** | ||
| - | This property gets or sets the TileCache used for the overlay. | + | * //This property gets or sets the TileCache used for the overlay.// |
| == Remarks == | == Remarks == | ||
| - | The TileCache system is always used for better performance, especially in the case where your application tiles can be pregenerated. | + | * //The TileCache system is always used for better performance, especially in the case where your application tiles can be pregenerated.// |
| == Return Value == | == Return Value == | ||
| * Type:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] | * Type:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] | ||
| Line 980: | Line 983: | ||
| ** {{wiki:PublicProperty.gif|}} PreviewTileCache ** | ** {{wiki:PublicProperty.gif|}} PreviewTileCache ** | ||
| - | This property gets or sets the preview tile cache system. In order for this system to work, you must be in multi-threaded mode and have the tile cache set. | + | * //This property gets or sets the preview tile cache system. In order for this system to work, you must be in multi-threaded mode and have the tile cache set.// |
| == Remarks == | == Remarks == | ||
| - | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay#PreviewTileCache | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay#PreviewTileCache// |
| == Return Value == | == Return Value == | ||
| * Type:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] | * Type:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] | ||
| Line 988: | Line 991: | ||
| ** {{wiki:PublicProperty.gif|}} IsEmpty ** | ** {{wiki:PublicProperty.gif|}} IsEmpty ** | ||
| - | This property can be overridden by its base class. If it is not overridden, its default return value will be false. If this property is empty, we can skip drawing to achieve better performance. | + | * //This property can be overridden by its base class. If it is not overridden, its default return value will be false. If this property is empty, we can skip drawing to achieve better performance.// |
| == Remarks == | == Remarks == | ||
| - | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay#IsEmpty | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay#IsEmpty// |
| == Return Value == | == Return Value == | ||
| * Type:Boolean | * Type:Boolean | ||
| Line 996: | Line 999: | ||
| ** {{wiki:PublicProperty.gif|}} DrawingTime ** | ** {{wiki:PublicProperty.gif|}} DrawingTime ** | ||
| - | This property gets the last drawing time for the Overlay. | + | * //This property gets the last drawing time for the Overlay.// |
| == Remarks == | == Remarks == | ||
| - | We track the drawing time for the Overlay and report it back in this method. This is useful to determine the speed of various Overlays. | + | * //We track the drawing time for the Overlay and report it back in this method. This is useful to determine the speed of various Overlays.// |
| == Return Value == | == Return Value == | ||
| * Type:TimeSpan | * Type:TimeSpan | ||
| Line 1004: | Line 1007: | ||
| ** {{wiki:PublicProperty.gif|}} AutoRefreshInterval ** | ** {{wiki:PublicProperty.gif|}} AutoRefreshInterval ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | For the most updated Info for this topic, please check it here: | + | * //For the most updated Info for this topic, please check it here:// |
| == Return Value == | == Return Value == | ||
| * Type:TimeSpan | * Type:TimeSpan | ||
| Line 1013: | Line 1016: | ||
| ** {{wiki:ProtectedProperty.gif|}} xRM= ** | ** {{wiki:ProtectedProperty.gif|}} xRM= ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| * Type:Boolean | * Type:Boolean | ||
| Line 1021: | Line 1024: | ||
| ** {{wiki:ProtectedProperty.gif|}} rxM= ** | ** {{wiki:ProtectedProperty.gif|}} rxM= ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| * Type:[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]] | * Type:[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]] | ||
| Line 1029: | Line 1032: | ||
| ==== Public Events ==== | ==== Public Events ==== | ||
| ** {{wiki:PublicEvent.gif|}} MapMouseDown ** | ** {{wiki:PublicEvent.gif|}} MapMouseDown ** | ||
| - | This event will be fired when the Mouse button is pressed (down) on the Map. | + | * //This event will be fired when the Mouse button is pressed (down) on the Map.// |
| == Remarks == | == Remarks == | ||
| - | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay#OnMapMouseDown.28MapMouseDownInteractiveOverlayEventArgs.29 | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay#OnMapMouseDown.28MapMouseDownInteractiveOverlayEventArgs.29// |
| Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseDownInteractiveOverlayEventArgs|MapMouseDownInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseDownInteractiveOverlayEventArgs|MapMouseDownInteractiveOverlayEventArgs]] | ||
| ** {{wiki:PublicEvent.gif|}} MapMouseMove ** | ** {{wiki:PublicEvent.gif|}} MapMouseMove ** | ||
| - | This event will be fired when the Mouse is moved on the Map. | + | * //This event will be fired when the Mouse is moved on the Map.// |
| == Remarks == | == Remarks == | ||
| - | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay#OnMapMouseMove.28MapMouseMoveInteractiveOverlayEventArgs.29 | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay#OnMapMouseMove.28MapMouseMoveInteractiveOverlayEventArgs.29// |
| Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseMoveInteractiveOverlayEventArgs|MapMouseMoveInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseMoveInteractiveOverlayEventArgs|MapMouseMoveInteractiveOverlayEventArgs]] | ||
| ** {{wiki:PublicEvent.gif|}} MapMouseUp ** | ** {{wiki:PublicEvent.gif|}} MapMouseUp ** | ||
| - | This event will be fired when the Mouse button is released (up) on the Map. | + | * //This event will be fired when the Mouse button is released (up) on the Map.// |
| == Remarks == | == Remarks == | ||
| - | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay#OnMapMouseUp.28MapMouseUpInteractiveOverlayEventArgs.29 | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay#OnMapMouseUp.28MapMouseUpInteractiveOverlayEventArgs.29// |
| Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseUpInteractiveOverlayEventArgs|MapMouseUpInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseUpInteractiveOverlayEventArgs|MapMouseUpInteractiveOverlayEventArgs]] | ||
| ** {{wiki:PublicEvent.gif|}} MapMouseClick ** | ** {{wiki:PublicEvent.gif|}} MapMouseClick ** | ||
| - | This event will be fired when the Mouse button is clicked (mouse up and mouse down in the same postion) on the Map. | + | * //This event will be fired when the Mouse button is clicked (mouse up and mouse down in the same postion) on the Map.// |
| == Remarks == | == Remarks == | ||
| - | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay#OnMapMouseClick.28MapMouseClickInteractiveOverlayEventArgs.29 | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay#OnMapMouseClick.28MapMouseClickInteractiveOverlayEventArgs.29// |
| Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseClickInteractiveOverlayEventArgs|MapMouseClickInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseClickInteractiveOverlayEventArgs|MapMouseClickInteractiveOverlayEventArgs]] | ||
| ** {{wiki:PublicEvent.gif|}} MapMouseDoubleClick ** | ** {{wiki:PublicEvent.gif|}} MapMouseDoubleClick ** | ||
| - | This event will be fired when the Mouse button is double-clicked on the Map. | + | * //This event will be fired when the Mouse button is double-clicked on the Map.// |
| == Remarks == | == Remarks == | ||
| - | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay#OnMapMouseDoubleClick.28MapMouseDoubleClickInteractiveOverlayEventArgs.29 | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay#OnMapMouseDoubleClick.28MapMouseDoubleClickInteractiveOverlayEventArgs.29// |
| Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseDoubleClickInteractiveOverlayEventArgs|MapMouseDoubleClickInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseDoubleClickInteractiveOverlayEventArgs|MapMouseDoubleClickInteractiveOverlayEventArgs]] | ||
| ** {{wiki:PublicEvent.gif|}} MapMouseWheel ** | ** {{wiki:PublicEvent.gif|}} MapMouseWheel ** | ||
| - | This event will be fired when the Mouse wheel is scrolled while the cursor is over the Map. | + | * //This event will be fired when the Mouse wheel is scrolled while the cursor is over the Map.// |
| == Remarks == | == Remarks == | ||
| - | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay#OnMapMouseWheel.28MapMouseWheelInteractiveOverlayEventArgs.29 | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay#OnMapMouseWheel.28MapMouseWheelInteractiveOverlayEventArgs.29// |
| Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapMouseWheelInteractiveOverlayEventArgs|MapMouseWheelInteractiveOverlayEventArgs]] | ||
| ** {{wiki:PublicEvent.gif|}} MapKeyDown ** | ** {{wiki:PublicEvent.gif|}} MapKeyDown ** | ||
| - | This event will be fired when the key is pressed down when focusing on the Map. | + | * //This event will be fired when the key is pressed down when focusing on the Map.// |
| == Remarks == | == Remarks == | ||
| - | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay#OnMapKeyDown.28MapKeyDownInteractiveOverlayEventArgs.29 | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay#OnMapKeyDown.28MapKeyDownInteractiveOverlayEventArgs.29// |
| Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapKeyDownInteractiveOverlayEventArgs|MapKeyDownInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapKeyDownInteractiveOverlayEventArgs|MapKeyDownInteractiveOverlayEventArgs]] | ||
| ** {{wiki:PublicEvent.gif|}} MapKeyUp ** | ** {{wiki:PublicEvent.gif|}} MapKeyUp ** | ||
| - | This event will be fired when the key is released up when focusing on the Map. | + | * //This event will be fired when the key is released up when focusing on the Map.// |
| == Remarks == | == Remarks == | ||
| - | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay#OnMapKeyUp.28MapKeyUpInteractiveOverlayEventArgs.29 | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay#OnMapKeyUp.28MapKeyUpInteractiveOverlayEventArgs.29// |
| Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapKeyUpInteractiveOverlayEventArgs|MapKeyUpInteractiveOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.MapKeyUpInteractiveOverlayEventArgs|MapKeyUpInteractiveOverlayEventArgs]] | ||
| ** {{wiki:PublicEvent.gif|}} Drawing ** | ** {{wiki:PublicEvent.gif|}} Drawing ** | ||
| - | This event will be fired before the Overlay is drawn. | + | * //This event will be fired before the Overlay is drawn.// |
| == Remarks == | == Remarks == | ||
| - | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay#OnDrawing.28DrawingOverlayEventArgs.29 | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay#OnDrawing.28DrawingOverlayEventArgs.29// |
| Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.DrawingOverlayEventArgs|DrawingOverlayEventArgs]] | ||
| ** {{wiki:PublicEvent.gif|}} Drawn ** | ** {{wiki:PublicEvent.gif|}} Drawn ** | ||
| - | This event will be fired after the Overlay is drawn. | + | * //This event will be fired after the Overlay is drawn.// |
| == Remarks == | == Remarks == | ||
| - | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay#OnDrawn.28DrawnOverlayEventArgs.29 | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay#OnDrawn.28DrawnOverlayEventArgs.29// |
| Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.DrawnOverlayEventArgs|DrawnOverlayEventArgs]] | ||
| ** {{wiki:PublicEvent.gif|}} DrawingAttribution ** | ** {{wiki:PublicEvent.gif|}} DrawingAttribution ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay#OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29 | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay#OnDrawingAttribution.28DrawingAttributionOverlayEventArgs.29// |
| Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.DrawingAttributionOverlayEventArgs|DrawingAttributionOverlayEventArgs]] | ||
| ** {{wiki:PublicEvent.gif|}} DrawnAttribution ** | ** {{wiki:PublicEvent.gif|}} DrawnAttribution ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay#OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29 | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.InteractiveOverlay#OnDrawnAttribution.28DrawnAttributionOverlayEventArgs.29// |
| Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.DrawnAttributionOverlayEventArgs|DrawnAttributionOverlayEventArgs]] | ||
| ** {{wiki:PublicEvent.gif|}} RequestedDrawing ** | ** {{wiki:PublicEvent.gif|}} RequestedDrawing ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | For the most updated Info for this topic, please check it here: | + | * //For the most updated Info for this topic, please check it here:// |
| Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.RequestedDrawingOverlayEventArgs|RequestedDrawingOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.RequestedDrawingOverlayEventArgs|RequestedDrawingOverlayEventArgs]] | ||
| ** {{wiki:PublicEvent.gif|}} RequestingDrawing ** | ** {{wiki:PublicEvent.gif|}} RequestingDrawing ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | For the most updated Info for this topic, please check it here: | + | * //For the most updated Info for this topic, please check it here:// |
| Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.RequestingDrawingOverlayEventArgs|RequestingDrawingOverlayEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.DesktopEdition.RequestingDrawingOverlayEventArgs|RequestingDrawingOverlayEventArgs]] | ||