IBreadcrumb.EndUpdate

Fore Syntax

EndUpdate;

Fore.NET Syntax

EndUpdate();

Description

The EndUpdate method resumes the rerendering of linked components.

Comments

The method is relevant if it is called from the  MetaAttributesBreadcrumb  child component linked to the  MetaAttributesTreeList component. After calling the method in the  MetaAttributesTreeList component all modifications are rendered, which are related to changing properties of the  MetaAttributesBreadcrumb  component, which are done after calling the IBreadcrumb.BeginUpdate method.

NOTE. State of elements of the component saved during the BeginUpdate method execution is loaded during method work.

Example

The example of use is given in description of the BeginUpdate method.

See also:

IBreadcrumb