Click or drag to resize

ScalarFunctionControllerParameterItemOnPropertyChanged Method

Raises the PropertyChanged event.

Namespace: Altaxo.Gui.Science.Spectroscopy.Calibration
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected void OnPropertyChanged(
	string propertyName
)

Parameters

propertyName  String
The name of the changed property.
See Also