Click or drag to resize

MVCANControllerEditOriginalDocInstanceCanChangeBaseTModel, TView Constructor

Initializes a new instance of the MVCANControllerEditOriginalDocInstanceCanChangeBaseTModel, TView class.

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public MVCANControllerEditOriginalDocInstanceCanChangeBase(
	Action<TModel> SetInstanceInParentNode
)

Parameters

SetInstanceInParentNode  ActionTModel
Action that sets the instance that this controller is editing in the parent node. This action is typically called when the user chooses a new type of model in the Gui.
Exceptions
ExceptionCondition
ArgumentNullExceptionSetInstanceInParentNode
See Also