Prado\Web\UI\WebControls\TImageMap::onClick PHP Метод

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

This method is invoked when a hotspot region is clicked within the imagemap. If you override this method, be sure to call the parent implementation so that the event handler can be invoked.
public onClick ( $param )
    public function onClick($param)
    {
        $this->raiseEvent('OnClick', $this, $param);
    }