Share via


ApplyingChanges Evento

Se produce antes de que se apliquen los cambios en el cliente para un grupo de sincronización.

Espacio de nombres:  Microsoft.Synchronization.Data.SqlServerCe
Ensamblado:  Microsoft.Synchronization.Data.SqlServerCe (en Microsoft.Synchronization.Data.SqlServerCe.dll)

Sintaxis

'Declaración
Public Event ApplyingChanges As EventHandler(Of ApplyingChangesEventArgs)
'Uso
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>

Vea también

Referencia

SqlCeClientSyncProvider Clase

SqlCeClientSyncProvider Miembros

Microsoft.Synchronization.Data.SqlServerCe Espacio de nombres