Click or drag to resize

TransactedPropertyChangedEventArgsT Class

Inheritance Hierarchy
SystemObject
  SystemEventArgs
    AGI.Foundation.Infrastructure.ThreadingTransactedPropertyChangedEventArgsT

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 sealed class TransactedPropertyChangedEventArgs<T> : EventArgs, 
	IDisposable

Type Parameters

T
The type of value held by the property.

The TransactedPropertyChangedEventArgsT type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyChainedTransaction
Gets a Transaction that can be used to make additional changes that will be committed immediately after the current transaction finishes committing. It is not necessary (or allowed) to explicitly call Commit on this transaction because it will automatically be called at the appropriate time.
Public propertyNewValue
Gets the new value of the property.
Public propertyOldValue
Gets the old value of the property.
Top
Methods
  NameDescription
Public methodDispose
Releases any resources associated with this instance.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also