Evento SqlCeClientSyncProvider.ApplyingChanges
Ocorre antes da aplicação de alterações para um grupo de sincronização no cliente.
Namespace: Microsoft.Synchronization.Data.SqlServerCe
Assembly: Microsoft.Synchronization.Data.SqlServerCe (em microsoft.synchronization.data.sqlserverce.dll)
Sintaxe
'Declaração
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);
}
/** @event */
public void add_ApplyingChanges (EventHandler<ApplyingChangesEventArgs> value)
/** @event */
public void remove_ApplyingChanges (EventHandler<ApplyingChangesEventArgs> value)
JScript supports the use of events, but not the declaration of new ones.
Consulte também
Referência
Classe SqlCeClientSyncProvider
Membros SqlCeClientSyncProvider
Namespace Microsoft.Synchronization.Data.SqlServerCe