Condividi tramite


Evento DbServerSyncProvider.ChangesApplied

Si verifica in seguito all'applicazione nel server di tutte le modifiche relative a un gruppo di sincronizzazione.

Spazio dei nomi: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (in microsoft.synchronization.data.server.dll)

Sintassi

'Dichiarazione
Public Event ChangesApplied As EventHandler(Of ChangesAppliedEventArgs)
'Utilizzo
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);
}
/** @event */
public void add_ChangesApplied (EventHandler<ChangesAppliedEventArgs> value)

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

Vedere anche

Riferimento

Classe DbServerSyncProvider
Membri DbServerSyncProvider
Spazio dei nomi Microsoft.Synchronization.Data.Server