Click or drag to resize

ConditionalDocumentControllerTModelOnEnabledChanged Method

Updates the controller state after the enabled flag has changed.

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

Parameters

enableState  Boolean
The new enabled state.
See Also