Click or drag to resize

DataSourceControllerBaseTItemInitialize Method

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

Namespace: Altaxo.Gui.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
protected override 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