Prado\Web\UI\WebControls\TDataList::onUpdateCommand PHP Method

onUpdateCommand() public method

This method is invoked when a child control of the data list raises an OnCommand event and the command name is 'update' (case-insensitive).
public onUpdateCommand ( $param )
    public function onUpdateCommand($param)
    {
        $this->raiseEvent('OnUpdateCommand', $this, $param);
    }
TDataList