ConditionalDocumentControllerWithDisabledViewTModel(FuncTModel, FuncTModel, FuncTModel, UseDocument, IMVCANController) Constructor |
Namespace: Altaxo.Gui.CommonAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic ConditionalDocumentControllerWithDisabledView(
Func<TModel> DocumentCreationActionForEnabledState,
Func<TModel> DocumentCreationActionForDisabledState,
Func<TModel, UseDocument, IMVCANController?> ControllerCreationAction
)
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.
- ControllerCreationAction FuncTModel, UseDocument, IMVCANController
- The action that creates a controller for the document.
See Also