IWebTreeControl.EndUpdate

Syntax

EndUpdate;

Description

The EndUpdate method resumes update of component element tree.

Comments

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.

Example

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

See also:

IWebTreeControl