This documentation is archived and is not being maintained.
SqlCeSyncStoreSnapshotInitialization::EndSnapshotInitialization Event
Occurs when all tables for a particular scope in the snapshot have been initialized.
Namespace:
Microsoft.Synchronization.Data.SqlServerCe
Assembly:
Microsoft.Synchronization.Data.SqlServerCe (in Microsoft.Synchronization.Data.SqlServerCe.dll)
public:
event EventHandler<DbEndSnapshotInitializationEventArgs^>^ EndSnapshotInitialization {
void add (EventHandler<DbEndSnapshotInitializationEventArgs^>^ value);
void remove (EventHandler<DbEndSnapshotInitializationEventArgs^>^ value);
}