Slider.endUpdate

Syntax

endUpdate();

Description

The endUpdate method unblocks updating for the Slider component and refreshes it.

Comments

The method is used to optimize component updating. It is called after the beginUpdate method, when the component changes are completed.

Example

The property use is given in the page with description of the Slider.addItem method.

See also:

 Slider