Click or drag to resize

ControllerAndSetNullMethod Constructor

Initializes a new instance of the ControllerAndSetNullMethod class

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public ControllerAndSetNullMethod(
	IMVCAController? doc,
	Action setMemberToNullAction
)

Parameters

doc  IMVCAController

[Missing <param name="doc"/> documentation for "M:Altaxo.Gui.ControllerAndSetNullMethod.#ctor(Altaxo.Gui.IMVCAController,System.Action)"]

setMemberToNullAction  Action

[Missing <param name="setMemberToNullAction"/> documentation for "M:Altaxo.Gui.ControllerAndSetNullMethod.#ctor(Altaxo.Gui.IMVCAController,System.Action)"]

See Also