EndUpdate;
The EndUpdate method resumes form rerendering.
After calling this method all changes that were made between the calls of the BeginUpdate and EndUpdate methods are rerendered.
The example of use is given in description of the BeginUpdate method.
See also: