ConditionalDocumentControllerWithDisabledViewTModelOnEnabledChanged Method |
Switches the active controller according to the enabled state.
Namespace: Altaxo.Gui.CommonAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void OnEnabledChanged(
bool enableState
)
Parameters
- enableState Boolean
- If set to true, the enabled controller is activated; otherwise, the disabled controller is activated.
See Also