DataAttributeChangeEventArgs Class |
Namespace: Aloe.SystemFrameworks.Domain
The DataAttributeChangeEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| DataAttributeChangeEventArgs |
Create new DataAttributeChangeEventArgs
|
| Name | Description | |
|---|---|---|
| Attribute |
The attribute being changed
| |
| ChangedEvent |
Gets the changed business event.
| |
| ChangingEvent |
Gets the changing business event.
| |
| NewValue |
The new value which will be or was set
| |
| Object |
The domain object which contains the changed attribute
| |
| OldValue |
Gets the old value of the attribute, before the change.
|