Back to Devexpress

ValueChangedEventArgs.NewValue Property

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

latest1.4 KB
Original Source

ValueChangedEventArgs.NewValue Property

Gets the new value of a property.

Namespace : DevExpress.Xpf.Gauges

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

NuGet Package : DevExpress.Wpf.Gauges

Declaration

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

Property Value

TypeDescription
Double

A Double that is the new value.

|

Remarks

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

See Also

OldValue

ValueChangedEventArgs Class

ValueChangedEventArgs Members

DevExpress.Xpf.Gauges Namespace