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