ESRI.ArcGIS.ADF.Web.UI.WebControls
ResourcesDispose Event
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > GeocodeResourceManager Class : ResourcesDispose Event




Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("Fires before resources are disposed through the DisposeResources method.")>
Public Event ResourcesDispose() As EventHandler
Visual Basic (Usage)Copy Code
Dim instance As GeocodeResourceManager
Dim handler As EventHandler
 
AddHandler instance.ResourcesDispose, handler
C# 
[ResDescriptionAttribute("Fires before resources are disposed through the DisposeResources method.")]
public event EventHandler ResourcesDispose()

See Also

© 2010 All Rights Reserved.