Prado\Web\UI\WebControls\TDataList::onItemCommand PHP Méthode

onItemCommand() public méthode

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