IWebComboBox.BeginUpdate

Syntax

BeginUpdate;

Description

The BeginUpdate method locks update of component rows list.

Comments

The method is used on making multiple changes to the collection of rows to avoid component blinking and possible web form freeze. Rows update is resumed after calling the EndUpdate method.

Example

The method use is given in the example for IWebComboBox.ItemIndex.

See also:

IWebComboBox