Prado\Web\UI\WebControls\TDataGridPageChangedEventParameter::getCommandSource PHP Method

getCommandSource() public method

public getCommandSource ( ) : TControl
return TControl the control originally raises the OnCommand event.
    public function getCommandSource()
    {
        return $this->_source;
    }
TDataGridPageChangedEventParameter