BeginUpdate;
The BeginUpdate method locks update of component element tree.
The method is used on making multiple changes to element tree structure to avoid component blinking and possible web form freeze. The update of the element tree is resumed after calling the EndUpdate method.
The method use is given in the example for IWebTreeNodes.Add.
See also: