Click or drag to resize

MVCANDControllerEditImmutableDocBaseTModel, TView(ActionTModel) Constructor

Initializes a new instance of the MVCANDControllerEditImmutableDocBaseTModel, TView class.

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public MVCANDControllerEditImmutableDocBase(
	Action<TModel> SetModelInParentModel
)

Parameters

SetModelInParentModel  ActionTModel
The action that stores the edited model in the parent model during apply.
See Also