ESRI.ArcGIS.Mobile
MapPaint Event
See Also  Send Feedback
ESRI.ArcGIS.Mobile.WinForms Namespace > Map Class : MapPaint Event

Occurs when the map has finished rendering the layers and is about to refresh the display.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Occurs when the Map needs repainting.")>
<CategoryAttribute("Appearance")>
Public Event MapPaint() As EventHandler(Of MapPaintEventArgs)
C# 
[DescriptionAttribute("Occurs when the Map needs repainting.")]
[CategoryAttribute("Appearance")]
public event EventHandler<MapPaintEventArgs> MapPaint()

Remarks

A MapSurface object will be available through this event's eventargument. It can be used to draw various graphics, texts, or images on display.

Please note that any elements drawn using the MapSurface object will be displayed on top of map layers and MapGraphicLayers.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.