ValueChangingEventArgs<T>.OldValue Property
In This Article
Gets the old value.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
#Declaration
C#
public T OldValue { get; }
#Property Value
Type | Description |
---|---|
T | The old value type. |
See Also