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() |
C# | |
---|
public void InvalidateChildNodes() |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also