Prado\Web\UI\WebControls\TSliderClientScript::getOnSlide PHP Method

getOnSlide() public method

public getOnSlide ( ) : string
return string javascript code to execute when the slider moves.
    public function getOnSlide()
    {
        return $this->getOption('onSlide');
    }