Click or drag to resize

MVCANDControllerEditOriginalDocInstanceCanChangeBaseTModel, TView Constructor


Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public MVCANDControllerEditOriginalDocInstanceCanChangeBase(
	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 is null.
See Also