[This is preliminary documentation and subject to change.]
Occurs when either a changed row is detected or when a new table starts tracking changes.
The event handler receives an argument of type TrackProgressEventArgs containing data related to this event. The following TrackProgressEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Row | Gets the ChangedRow object that contains information about the changed row. |
| State | Gets the state of the data tracking progress. |
DatabaseTracker Class | Primeworks.DataPortSync Namespace