ESRI.ArcGIS.ADF.Web.UI.WebControls
ResourceRefreshed Event
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Map Class : ResourceRefreshed Event




Occurs when a map resource is refreshed. May be used to detect single-resource refreshing with browser blending.

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("Fires when a map resource is refreshed. May be used to detect single-resource refreshing with browser blending.")>
<ResCategoryAttribute("Server Action")>
Public Event ResourceRefreshed As MapResourceRefreshedEventHandler
Visual Basic (Usage)Copy Code
Dim instance As Map
Dim handler As MapResourceRefreshedEventHandler
 
AddHandler instance.ResourceRefreshed, handler
C# 
[ResDescriptionAttribute("Fires when a map resource is refreshed. May be used to detect single-resource refreshing with browser blending.")]
[ResCategoryAttribute("Server Action")]
public event MapResourceRefreshedEventHandler ResourceRefreshed

Event Data

The event handler receives an argument of type ResourceRefreshedEventArgs containing data related to this event. The following ResourceRefreshedEventArgs properties provide information specific to this event.

PropertyDescription
MapResource The map resource that was refreshed.

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

© 2011 All Rights Reserved.