Click or drag to resize

TransactedPropertyChangedEventArgsT Constructor

Initializes a new instance.

Namespace:  AGI.Foundation.Infrastructure.Threading
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public TransactedPropertyChangedEventArgs(
	TransactionContext context,
	T oldValue,
	T newValue
)

Parameters

context
Type: AGI.FoundationTransactionContext
The TransactionContext to use.
oldValue
Type: T
The old value of the property.
newValue
Type: T
The new value of the property.
See Also