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

Occurs when the map component starts drawing the layers in its MapLayers collection.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Map")>
<DescriptionAttribute("Occurs when the Map starts drawing the layers.")>
Public Event LayersDrawingStarted() As EventHandler
C# 
[CategoryAttribute("Map")]
[DescriptionAttribute("Occurs when the Map starts drawing the layers.")]
public event EventHandler LayersDrawingStarted()

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