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

onItemDataBound() public method

This method is invoked right after an item is data bound. The datalist item control responsible for the event can be determined from the event parameter. If you override this method, be sure to call parent's implementation so that event handlers have chance to respond to the event.
public onItemDataBound ( $param )
    public function onItemDataBound($param)
    {
        $this->raiseEvent('OnItemDataBound', $this, $param);
    }
TDataList