Prado\Web\UI\WebControls\TDataGrid::onUpdateCommand PHP Метод

onUpdateCommand() публичный Метод

This method is invoked when a button control raises OnCommand event with update command name.
public onUpdateCommand ( $param )
    public function onUpdateCommand($param)
    {
        $this->raiseEvent('OnUpdateCommand', $this, $param);
    }