ESRI.ArcGIS.Mobile
RefreshOnDataChange Property
See Also  Send Feedback
ESRI.ArcGIS.Mobile Namespace > Map Class : RefreshOnDataChange Property

Indicates if the map should refresh when a layer's DataChanged event is fired.

Syntax

Visual Basic (Declaration) 
<CompilerGeneratedAttribute()>
<CategoryAttribute("Map")>
<DescriptionAttribute("Indicates if the Map should refresh on Layer DataChanged event.")>
<DefaultValueAttribute()>
Public Property RefreshOnDataChange As Boolean
C# 
[CompilerGeneratedAttribute()]
[CategoryAttribute("Map")]
[DescriptionAttribute("Indicates if the Map should refresh on Layer DataChanged event.")]
[DefaultValueAttribute()]
public bool RefreshOnDataChange {get; set;}

Remarks

When the property is set to true, the map will immediately refresh its contents on layer's DataChanged events. Otherwise, the refresh of the content will be deferred until the last request intersecting the extent has been processed.

By default, this property is set to True.

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