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

getCommandSource() public méthode

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