ESRI.ArcGIS.ADF.Web.UI.WebControls
OnResourcesDispose Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > MapHandler Class : OnResourcesDispose Method




resourceManager
ResourceManager
Called when the resource manager is disposed.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnResourcesDispose( _
   ByVal resourceManager As MapResourceManager _
) 
Visual Basic (Usage)Copy Code
Dim instance As MapHandler
Dim resourceManager As MapResourceManager
 
instance.OnResourcesDispose(resourceManager)
C# 
protected virtual void OnResourcesDispose( 
   MapResourceManager resourceManager
)

Parameters

resourceManager
ResourceManager

Remarks

Override this method to undo changes the resources after rendering them.

See Also

© 2010 All Rights Reserved.