Data Port Sync 1.0.500

JetDatabaseSync.SyncEventHandler Event

[This is preliminary documentation and subject to change.]

Event fired when a SQL CE database row is being synchronized in the Jet database.

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

Event Data

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.

See Also

JetDatabaseSync Class | Primeworks.DataPortSync.Jet Namespace