IWebTreeControl.BeginUpdate

Syntax

BeginUpdate;

Description

The BeginUpdate method locks update of component element tree.

Comments

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.

Example

The method use is given in the example for IWebTreeNodes.Add.

See also:

IWebTreeControl