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

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

Syntax

Visual Basic (Declaration) 
<CompilerGeneratedAttribute()>
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute()>
Public Property RefreshOnDataChange As Boolean
C# 
[CompilerGeneratedAttribute()]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute()]
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

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.