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

onCancelCommand() public method

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