ESRI.ArcGIS.ADF.Web.UI.WebControls | |
ResourceRefreshed Event | |
See Also |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Map Class : ResourceRefreshed Event |
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 |
---|---|
|
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() |
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.
Property | Description |
---|---|
MapResource | The map resource that was refreshed. |