Uiinfrastructure API Docs  
 

EditorModel.DoTaskOnChangePage Method 

This method can be implemented by classes extending this one. It will be executed each time the user changes page on the left navigation menu.

public virtual void DoTaskOnChangePage(
   string _sNewSpaceName,
   string _sNewPageName
);

Parameters

_sNewSpaceName
_sNewPageName

See Also

EditorModel Class | com.plumtree.uiinfrastructure.editor Namespace