Click or drag to resize

MVCANControllerEditOriginalDocBaseTModel, TViewInitializeDocument Method

Initialize the controller with the document. If successful, the function has to return .

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public virtual bool InitializeDocument(
	params Object[] args
)

Parameters

args  Object
The arguments necessary to create the controller. Normally, the first argument is the document, the second can be the parent of the document, and so on.

Return Value

Boolean
Returns if successful; otherwise .

Implements

IMVCANControllerInitializeDocument(Object)
Exceptions
ExceptionCondition
ObjectDisposedExceptionThrown when the controller was already disposed.
See Also