Click or drag to resize

TransactedPropertyChangedEventArgsT Properties

The TransactedPropertyChangedEventArgsT generic type exposes the following members.

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
See Also