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

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

Syntax

Visual Basic (Declaration) 
Public Event Paint() As EventHandler(Of MapPaintEventArgs)
C# 
public event EventHandler<MapPaintEventArgs> Paint()

Remarks

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

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

Requirements

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