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() |
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