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

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

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