BeginUpdate;
The BeginUpdate method locks update of component rows list.
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.
The method use is given in the example for IWebComboBox.ItemIndex.
See also: