Prado\Web\UI\WebControls\TDataGridPageChangedEventParameter::__construct PHP Méthode

__construct() public méthode

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