ChangesApplied Evento
Se produce después de que se hayan aplicado todos los cambios en el servidor para un grupo de sincronización.
Espacio de nombres: Microsoft.Synchronization.Data.Server
Ensamblado: Microsoft.Synchronization.Data.Server (en Microsoft.Synchronization.Data.Server.dll)
Sintaxis
'Declaración
Public Event ChangesApplied As EventHandler(Of ChangesAppliedEventArgs)
'Uso
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>