Summary
Gets the old value of the property.
- Namespace
- Avalonia
- Containing Type
- Avalonia
Property Changed Event Args <T>
Syntax
public Optional<T> OldValue { get; private set; }
Remarks
When
IsEffectiveValueChange
is true, returns the
old value of the property on the object.
When IsEffectiveValueChange
is false, returns
Empty
.