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

onEditCommand() public method

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