Prado\Collections\TPagedListPageChangedEventParameter::getOldPageIndex PHP Method

getOldPageIndex() public method

public getOldPageIndex ( ) : integer
return integer the index of the page before the list changed to the new page
    public function getOldPageIndex()
    {
        return $this->_oldPage;
    }
TPagedListPageChangedEventParameter