Back to Devexpress

ValueChangedEventArgs.OldValue Property

wpf-devexpress-dot-xpf-dot-gauges-dot-valuechangedeventargs.md

latest1.4 KB
Original Source

ValueChangedEventArgs.OldValue Property

Gets the old value of a property.

Namespace : DevExpress.Xpf.Gauges

Assembly : DevExpress.Xpf.Gauges.v25.2.dll

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public double OldValue { get; }
vb
Public ReadOnly Property OldValue As Double

Property Value

TypeDescription
Double

A Double that is the old value.

|

Remarks

The ValueChangedEventArgs class introduces the OldValue and ValueChangedEventArgs.NewValue properties, which store the old property value and the value that has been assigned to the property.

See Also

ValueChangedEventArgs Class

ValueChangedEventArgs Members

DevExpress.Xpf.Gauges Namespace