Show contents 

Working with Trees > Classes > TreeList > TreeList.endUpdate

TreeList.endUpdate

Syntax

endUpdate ();

Description

The endUpdate method refreshes a tree and starts rerendering.

Comments

It is used together with the TreeList.beginUpdate method.

Example

The example of use is given in the TreeList.beginUpdate method description.

See also:

TreeList