Prado\Collections\TPagedListPageChangedEventParameter::__construct PHP Method

__construct() public method

Constructor.
public __construct ( $oldPage )
    public function __construct($oldPage)
    {
        $this->_oldPage = $oldPage;
    }
TPagedListPageChangedEventParameter