Prado\Web\UI\WebControls\TDataList::onEditCommand PHP 메소드

onEditCommand() 공개 메소드

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