Click or drag to resize

IObjectPropertyChangeTracking Properties

The IObjectPropertyChangeTracking type exposes the following members.

Properties
  NameDescription
Public propertyCurrentValue
Gets latest tracked property value
Public propertyHasChanged
Gets a flag to determine if the tracked property has changed since its tracking was started
Public propertyOldValue
Gets the value that had the whole tracked property when the tracking was started
Public propertyPropertyName
Gets the tracked property name
Public propertyTargetObject
Gets the object that owns current property change tracking
Public propertyTracker
Gets the associated tracker
Top
See Also