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




Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("Fires when a Resource has been initialized through the InitializeResource method.")>
Public Event ResourceInit() As EventHandler
Visual Basic (Usage)Copy Code
Dim instance As GeocodeResourceManager
Dim handler As EventHandler
 
AddHandler instance.ResourceInit, handler
C# 
[ResDescriptionAttribute("Fires when a Resource has been initialized through the InitializeResource method.")]
public event EventHandler ResourceInit()

See Also

© 2010 All Rights Reserved.