Click or drag to resize

TrackableT Properties

The TrackableT type exposes the following members.

Properties
  Name Description
Public property ChangeList Gets the list of changes to the property's value, starting from its original value and up to the current value.
Public property CurrentValue Gets or sets the current value after all changes have been applied to the property.
Public property IsChanged Gets a value to indicate whether the property's value has been changed since the last time the current value was committed.
Public property OriginalValue Gets the original value before the first change was made to the property.
Public property PropertyName Gets the name of the property being tracked.
Top
See Also