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