Click or drag to resize

ProjectServiceBaseCreateNewViewContent_Unsynchronized Method

Creates a new view content for the specified document on the UI thread.

Namespace: Altaxo.Dom
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected IMVCController CreateNewViewContent_Unsynchronized(
	IProjectItem document
)

Parameters

document  IProjectItem
The document for which to create a view.

Return Value

IMVCController
The created controller.
See Also