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

onDeleteCommand() public method

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