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