The ChangeTrackedEventArgs type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ChangedValue |
Gets a record containing change information. This will be null if the ChangeKind
is Commit or Cancel, as these change kinds always apply to the collection of pending changes.
| |
| ChangeKind |
Gets the kind of change that was tracked.
| |
| Entity |
Gets the entity on which the change was tracked.
|