ConditionalDocumentControllerWithDisabledViewTModel(FuncTModel, FuncTModel) 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
)
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