TransactedPropertyChangedEventArgsTOldValue Property |
Gets the old value of the property.
Namespace:
AGI.Foundation.Infrastructure.Threading
Assembly:
AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public T OldValue { get; }
Public ReadOnly Property OldValue As T
Get
public:
property T OldValue {
T get ();
}
member OldValue : 'T with get
Property Value
Type:
TSee Also