ConditionalDocumentControllerTModel(FuncTModel, Action) Constructor |
Namespace: Altaxo.Gui.CommonAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic ConditionalDocumentController(
Func<TModel> CreationAction,
Action RemovalAction
)
Parameters
- CreationAction FuncTModel
- The action that creates the model when it is enabled.
- RemovalAction Action
- The action that removes the model when it is disabled.
See Also