Prado\Web\UI\JuiControls\TJuiProgressbar::onChange PHP Method

onChange() public method

Raises the OnChange event
public onChange ( object $params )
$params object event parameters
    public function onChange($params)
    {
        $this->raiseEvent('OnChange', $this, $params);
    }