Click or drag to resize

MVCANDControllerEditOriginalDocInstanceCanChangeBaseTModel, TView Constructor


Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.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
See Also