ESRI.ArcGIS.ADF.Web.UI.WebControls
ResourceRefreshed Event
See Also 
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) 
<ResCategoryAttribute("Server Action")>
<ResDescriptionAttribute("Fires when a map resource is refreshed. May be used to detect single-resource refreshing with browser blending.")>
Public Event ResourceRefreshed() As MapResourceRefreshedEventHandler
Visual Basic (Usage)Copy Code
Dim instance As Map
Dim handler As MapResourceRefreshedEventHandler
 
AddHandler instance.ResourceRefreshed, handler
C# 
[ResCategoryAttribute("Server Action")]
[ResDescriptionAttribute("Fires when a map resource is refreshed. May be used to detect single-resource refreshing with browser blending.")]
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.

See Also

© 2010 All Rights Reserved.