Click or drag to resize

ConditionalDocumentControllerWithDisabledViewTModel(FuncTModel, FuncTModel) Constructor

Initializes a new instance of the ConditionalDocumentControllerWithDisabledViewTModel class.

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ConditionalDocumentControllerWithDisabledView(
	Func<TModel> DocumentCreationActionForEnabledState,
	Func<TModel> DocumentCreationActionForDisabledState
)

Parameters

DocumentCreationActionForEnabledState  FuncTModel
The action that creates the document for the enabled state.
DocumentCreationActionForDisabledState  FuncTModel
The action that creates the document for the disabled state.
See Also