RelationalSyncProvider.ChangesApplied Event

Occurs during uploading, after applying changes but before disconnecting from the database.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

Syntax

'Declaration
Public Event ChangesApplied As EventHandler(Of DbChangesAppliedEventArgs)
'Usage
Dim instance As RelationalSyncProvider
Dim handler As EventHandler(Of DbChangesAppliedEventArgs)

AddHandler instance.ChangesApplied, handler
public event EventHandler<DbChangesAppliedEventArgs> ChangesApplied
public:
 event EventHandler<DbChangesAppliedEventArgs^>^ ChangesApplied {
    void add (EventHandler<DbChangesAppliedEventArgs^>^ value);
    void remove (EventHandler<DbChangesAppliedEventArgs^>^ value);
}
member ChangesApplied : IEvent<EventHandler<DbChangesAppliedEventArgs>,
    DbChangesAppliedEventArgs>
JScript supports the use of events, but not the declaration of new ones.

See Also

Reference

RelationalSyncProvider Class

Microsoft.Synchronization.Data Namespace