INavigationBar.EndUpdate

Syntax

EndUpdate;

Description

The EndUpdate method resumes component rerendering.

Comments

After this method is called, all changes done between calling of the BeginUpdate and EndUpdate methods are rerendered.

Example

The example of use is given in the description of the Pads property.

See also:

INavigationBar