Prado\Web\UI\TPage::onSaveStateComplete PHP Method

onSaveStateComplete() public method

This method is invoked right after {@link onSaveState OnSaveState} stage. You may override this method to provide additional logic after page state is saved. Remember to call the parent implementation to ensure OnSaveStateComplete event is raised.
public onSaveStateComplete ( $param )
    public function onSaveStateComplete($param)
    {
        $this->raiseEvent('OnSaveStateComplete', $this, $param);
    }