Click or drag to resize

IDeclaredObjectPropertyChangeTracking Properties

The IDeclaredObjectPropertyChangeTracking type exposes the following members.

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