Prado\Web\UI\WebControls\TDataGridPageChangedEventParameter::__construct PHP 메소드

__construct() 공개 메소드

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