Prado\Web\UI\TPage::getIsCallback PHP Method

getIsCallback() public method

public getIsCallback ( ) : boolean
return boolean whether this is a callback request
    public function getIsCallback()
    {
        return $this->getIsPostBack() && $this->getRequest()->contains(self::FIELD_CALLBACK_TARGET);
    }