Click or drag to resize

FitFunctionScriptControllerEhView_DependentVariableTextChanged Method

Handles changes to the dependent-variable text.

Namespace: Altaxo.Gui.Scripting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void EhView_DependentVariableTextChanged(
	string val
)

Parameters

val  String
The entered value.

Implements

IFitFunctionScriptViewEventSinkEhView_DependentVariableTextChanged(String)
See Also