Click or drag to resize

ObjectReferenceChangeEventArgs Properties

The ObjectReferenceChangeEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyNewValue
The new value which will be or was set
Public propertyObject
The domain object which contains the changed reference
Public propertyOldValue
Gets the old value of the reference, before the change.
Public propertyReference
The changed reference
Top
See Also