ObjectReferenceChangeEventArgs Constructor |
Create new DataAttributeChangeEventArgs
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic ObjectReferenceChangeEventArgs(
EditableDomainObject obj,
ObjectReference reference,
EntityObject newValue,
EntityObject oldValue
)
Public Sub New (
obj As EditableDomainObject,
reference As ObjectReference,
newValue As EntityObject,
oldValue As EntityObject
)
public:
ObjectReferenceChangeEventArgs(
EditableDomainObject^ obj,
ObjectReference^ reference,
EntityObject^ newValue,
EntityObject^ oldValue
)
new :
obj : EditableDomainObject *
reference : ObjectReference *
newValue : EntityObject *
oldValue : EntityObject -> ObjectReferenceChangeEventArgs
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