Prado\Web\UI\WebControls\THiddenField::getDataChanged PHP Method

getDataChanged() public method

This method is required by the \Prado\Web\UI\IPostBackDataHandler interface.
public getDataChanged ( ) : boolean
return boolean whether postback has caused the control data change. False if the page is not in postback mode.
    public function getDataChanged()
    {
        return $this->_dataChanged;
    }