EndUpdate;
The EndUpdate method resumes update of component element tree.
The method is called after calling the BeginUpdate method. When the EndUpdate method is executed, all changes made between calls of BeginUpdate and EndUpdate are rendered.
The method use is given in the example for IWebTreeNodes.Add.
See also: