TransactedPropertyChangedEventArgsTNewValue Property  | 
 
            Gets the new 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 NewValue { get; }Public ReadOnly Property NewValue As T
	Get
public:
property T NewValue {
	T get ();
}member NewValue : 'T with get
Property Value
Type: 
T
See Also