ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout
EnableContinuousCallback Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout Namespace > PageLayout Class : EnableContinuousCallback Property




Whether to request map tiles asynchronously as the user pans the map.

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("Behavior")>
<ResDescriptionAttribute("Whether images will be fetched continuously during panning of the map or only when panning is complete.")>
<DefaultValueAttribute()>
<PersistenceModeAttribute()>
Public Property EnableContinuousCallback As Boolean
Visual Basic (Usage)Copy Code
Dim instance As PageLayout
Dim value As Boolean
 
instance.EnableContinuousCallback = value
 
value = instance.EnableContinuousCallback
C# 
[ResCategoryAttribute("Behavior")]
[ResDescriptionAttribute("Whether images will be fetched continuously during panning of the map or only when panning is complete.")]
[DefaultValueAttribute()]
[PersistenceModeAttribute()]
public bool EnableContinuousCallback {get; set;}

Remarks

If false, then as the user pans the map, tiles are not requested from the server until the user releases the mouse.

See Also

© 2010 All Rights Reserved.