ESRI.ArcGIS.ADF.Web.UI.WebControls
InvalidateChildNodes Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > TreeViewPlusNodeCollection Class : InvalidateChildNodes Method




Method that should only be used when the TreeViewPlus container for the nodes is using RenderOnDemand. This function will invalidate the child nodes of all the nodes in the collection so that the next time that Render is called, these nodes will re-render the child nodes down to the client.

Syntax

Visual Basic (Declaration) 
Public Sub InvalidateChildNodes() 
Visual Basic (Usage)Copy Code
Dim instance As TreeViewPlusNodeCollection
 
instance.InvalidateChildNodes()
C# 
public void InvalidateChildNodes()

See Also

© 2010 All Rights Reserved.