Click or drag to resize

MVCANControllerEditOriginalDocBaseTModel, TViewInitialize Method

Basic initialization of the document. Here, it is tried to suspend the event handling of the documnt by calling GetSuspendTokenForControllerDocument (but only if _useDocumentCopy is true).

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected virtual void Initialize(
	bool initData
)

Parameters

initData  Boolean
If set to true, it indicates that the controller should initialize its model classes..
Exceptions
ExceptionCondition
InvalidOperationExceptionThis controller was not initialized with a document.
ObjectDisposedExceptionThe controller was already disposed.
See Also