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

onItemCommand() public method

This method is invoked when a child control of the data list raises an OnCommand event.
public onItemCommand ( $param )
    public function onItemCommand($param)
    {
        $this->raiseEvent('OnItemCommand', $this, $param);
    }
TDataList