Skip to main content
A newer version of this page is available. .

ValueChangedEventArgs.NewValue Property

Gets the new value of a property.

Namespace: DevExpress.WinUI.Gauges

Assembly: DevExpress.WinUI.Gauges.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public double NewValue { get; }

Property Value

Type Description
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