Data Port Sync 1.0.500

DatabaseTracker.TrackProgressEventHandler Event

[This is preliminary documentation and subject to change.]

Occurs when either a changed row is detected or when a new table starts tracking changes.

[Visual Basic]
Public Event TrackProgress As 
[C#]
public event  TrackProgress;

Event Data

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.

See Also

DatabaseTracker Class | Primeworks.DataPortSync Namespace