Prado\Web\UI\TPage::onLoadComplete PHP Метод

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

This method is invoked right after {@link onLoad OnLoad} stage. You may override this method to provide additional page loading logic that should be done after {@link onLoad OnLoad}. Remember to call the parent implementation to ensure OnLoadComplete event is raised.
public onLoadComplete ( $param )
    public function onLoadComplete($param)
    {
        $this->raiseEvent('OnLoadComplete', $this, $param);
    }