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