Click or drag to resize

ObjectReferenceChangeEventArgs Constructor

Create new DataAttributeChangeEventArgs

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public ObjectReferenceChangeEventArgs(
	EditableDomainObject obj,
	ObjectReference reference,
	EntityObject newValue,
	EntityObject oldValue
)

Parameters

obj
Type: Aloe.SystemFrameworks.DomainEditableDomainObject
The domain object which contains the changed attribute.
reference
Type: Aloe.SystemFrameworks.DomainObjectReference
The reference.
newValue
Type: Aloe.SystemFrameworks.DomainEntityObject
The new value which is being set.
oldValue
Type: Aloe.SystemFrameworks.DomainEntityObject
The value of the reference before the change.
See Also