Click or drag to resize

NotifyChangedValueT(T) Constructor

Constructs the class with the given value.

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public NotifyChangedValue(
	T value
)

Parameters

value  T
Initial value.
See Also