endUpdate();
The endUpdate method unblocks updating for the Slider component and refreshes it.
The method is used to optimize component updating. It is called after the beginUpdate method, when the component changes are completed.
The example of use is given in the page with description of the Slider.addItem method.
See also: