Data Port Sync 1.0.500

SqlCeTableCopy.SqlCeTableCopyEventHandler Event

[This is preliminary documentation and subject to change.]

Occurs during the table copy process.

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

Event Data

The event handler receives an argument of type SqlCeTableCopyEventArgs containing data related to this event. The following SqlCeTableCopyEventArgs property provides information specific to this event.

Property Description
Status Gets the table copy status.

See Also

SqlCeTableCopy Class | Primeworks.DesktopSqlCe Namespace