Prado\Web\UI\WebControls\TMultiView::onActiveViewChanged PHP Method

onActiveViewChanged() public method

The event is raised when the currently active view is changed to a new one
public onActiveViewChanged ( $param )
    public function onActiveViewChanged($param)
    {
        $this->raiseEvent('OnActiveViewChanged', $this, $param);
    }