[This is preliminary documentation and subject to change.]
Event fired when a Jet database row is being synchronized in the SQL CE database.
The event handler receives an argument of type SyncEventArgs containing data related to this event. The following SyncEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Row | Gets the associated ChangedRow object. |
| RowCount | Gets the total number of detected changed rows (client or server). |
| RowIndex | Gets the zero-based index of the row. |
JetDatabaseSync Class | Primeworks.DataPortSync.Jet Namespace