RelationalSyncProvider.ChangesApplied Event

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

This event is not CLS-compliant.  

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);
}
/** @event */
public void add_ChangesApplied (EventHandler<DbChangesAppliedEventArgs> value)

/** @event */
public void remove_ChangesApplied (EventHandler<DbChangesAppliedEventArgs> value)
JScript supports the use of events, but not the declaration of new ones.

See Also

Reference

RelationalSyncProvider Class
RelationalSyncProvider Members
Microsoft.Synchronization.Data Namespace