Click or drag to resize

ObjectReferenceChangeEventArgs Class

Arguments for object reference change events
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Aloe.SystemFrameworks.DomainObjectReferenceChangeEventArgs

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public class ObjectReferenceChangeEventArgs : EventArgs

The ObjectReferenceChangeEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodObjectReferenceChangeEventArgs
Create new DataAttributeChangeEventArgs
Top
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