ESRI.ArcGIS.ADF.Web.UI.WebControls
ResourcesInit Event
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Generic GISResourceManager Class : ResourcesInit Event




Occurs when the Resources have been initialized through the Initialize method.

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("Fires when the Resources have been initialized through the Initialize method.")>
Public Event ResourcesInit() As EventHandler
Visual Basic (Usage)Copy Code
Dim instance As GISResourceManager(Of T,R)
Dim handler As EventHandler
 
AddHandler instance.ResourcesInit, handler
C# 
[ResDescriptionAttribute("Fires when the Resources have been initialized through the Initialize method.")]
public event EventHandler ResourcesInit()

See Also

© 2010 All Rights Reserved.