ProjectServiceBaseCreateNewViewContent_Unsynchronized Method |
Creates a new view content for the specified document on the UI thread.
Namespace: Altaxo.DomAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected IMVCController CreateNewViewContent_Unsynchronized(
IProjectItem document
)
Parameters
- document IProjectItem
- The document for which to create a view.
Return Value
IMVCControllerThe created controller.
See Also