SqlCeClientSyncProvider.ApplyingChanges Event

Occurs before changes are applied at the client for a synchronization group.

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

Syntax

'Declaration
Public Event ApplyingChanges As EventHandler(Of ApplyingChangesEventArgs)
'Usage
Dim instance As SqlCeClientSyncProvider
Dim handler As EventHandler(Of ApplyingChangesEventArgs)

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

See Also

Reference

SqlCeClientSyncProvider Class

Microsoft.Synchronization.Data.SqlServerCe Namespace