ESRI.ArcGIS.ADF.Web.UI.WebControls
InvalidateChildNodes Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > TreeViewPlusNode 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 so that the next time that Render is called, this node will re-render the child nodes down to the client.

Syntax

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

See Also

© 2010 All Rights Reserved.