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

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

This method is invoked when a callback is requested. The method raises 'OnCellSelected' event to fire up the event handlers. If you override this method, be sure to call the parent implementation so that the event handler can be invoked.
public onCellSelected ( $param )
    public function onCellSelected($param)
    {
        $this->raiseEvent('OnCellSelected', $this, $param);
    }