DbServerSyncProvider.ChangesApplied Event

Occurs after all changes are applied at the server for a synchronization group.

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

Syntax

'Declaration
Public Event ChangesApplied As EventHandler(Of ChangesAppliedEventArgs)
'Usage
Dim instance As DbServerSyncProvider
Dim handler As EventHandler(Of ChangesAppliedEventArgs)

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

See Also

Reference

DbServerSyncProvider Class

Microsoft.Synchronization.Data.Server Namespace