Prado\Web\UI\WebControls\TPagerPageChangedEventParameter::__construct PHP Method

__construct() public method

Constructor.
public __construct ( $source, $newPageIndex )
    public function __construct($source, $newPageIndex)
    {
        $this->_source = $source;
        $this->_newIndex = $newPageIndex;
    }