Click or drag to resize

ConditionalDocumentControllerWithDisabledViewTModelOnEnabledChanged Method

Switches the active controller according to the enabled state.

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void OnEnabledChanged(
	bool enableState
)

Parameters

enableState  Boolean
If set to true, the enabled controller is activated; otherwise, the disabled controller is activated.
See Also