Prado\Web\UI\ActiveControls\TActiveTableCell::raiseCallbackEvent PHP Метод

raiseCallbackEvent() публичный Метод

This method is mainly used by framework and control developers.
public raiseCallbackEvent ( $param )
    public function raiseCallbackEvent($param)
    {
        $parameter = new TActiveTableCellEventParameter($this->getResponse(), $param->getCallbackParameter(), $this->getCellIndex());
        $this->onCellSelected($parameter);
        $this->raiseBubbleEvent($this, $parameter);
    }