Compartilhar via


Evento ApplyingChanges

Ocorre antes da aplicação de alterações para um grupo de sincronização no servidor.

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

Sintaxe

'Declaração
Public Event ApplyingChanges As EventHandler(Of ApplyingChangesEventArgs)
'Uso
Dim instance As DbServerSyncProvider
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>

Consulte também

Referência

DbServerSyncProvider Classe

Membros DbServerSyncProvider

Namespace Microsoft.Synchronization.Data.Server