ValueChangedEventArgs.OldValue Property
Gets the old value of a property.
Namespace: DevExpress.UI.Xaml.Gauges
Assembly: DevExpress.UI.Xaml.Gauges.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
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