IBreadcrumb.EndUpdate

Syntax

EndUpdate;

Description

The EndUpdate method resumes 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 MetaAttributesBreadcrumbcomponent, which are made 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