TUpdatedArgs Class
Event arguments passed to the OnUpdated callback after an entity has been updated.
Syntax
Unit: Aurelius.Events.Manager
TUpdatedArgs = class(TEntityArgs);
Properties
| Name | Description |
|---|---|
| ChangedColumnNames | Gets the names of the columns whose values changed during the update. |
| NewColumnValues | Gets the column values of the entity after the update was applied. |
| OldColumnValues | Gets the column values of the entity as they were before the update was applied. |