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 |
| 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.
| Property | Description |
|---|
| 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