TransactedPropertyChangedEventArgsT Class |
Namespace: AGI.Foundation.Infrastructure.Threading
The TransactedPropertyChangedEventArgsT type exposes the following members.
Name | Description | |
---|---|---|
TransactedPropertyChangedEventArgsT |
Initializes a new instance.
|
Name | Description | |
---|---|---|
ChainedTransaction |
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.
| |
NewValue |
Gets the new value of the property.
| |
OldValue |
Gets the old value of the property.
|
Name | Description | |
---|---|---|
Dispose |
Releases any resources associated with this instance.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |