Back to Devexpress

EditValueChangedEventArgs.OldValue Property

wpf-devexpress-dot-xpf-dot-editors-dot-editvaluechangedeventargs.md

latest1.4 KB
Original Source

EditValueChangedEventArgs.OldValue Property

Gets the previous edit value, which has been replaced by the new value.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public object OldValue { get; }
vb
Public ReadOnly Property OldValue As Object

Property Value

TypeDescription
Object

A Object representing the old value.

|

Remarks

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

See Also

EditValueChangedEventArgs Class

EditValueChangedEventArgs Members

DevExpress.Xpf.Editors Namespace