Click or drag to resize

NotifyChangedValueTValue Property

Gets/sets the value. If the value set is different from the old one, the PropertyChanged event is triggered.

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public T Value { get; set; }

Property Value

T
See Also