Evento RelationalSyncProvider.ApplyingChanges
Ocorre durante o carregamento, depois da conexão com o banco de dados, mas antes da aplicação das alterações.
Este evento não é compatível com CLS.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (em microsoft.synchronization.data.dll)
Sintaxe
'Declaração
Public Event ApplyingChanges As EventHandler(Of DbApplyingChangesEventArgs)
'Uso
Dim instance As RelationalSyncProvider
Dim handler As EventHandler(Of DbApplyingChangesEventArgs)
AddHandler instance.ApplyingChanges, handler
public event EventHandler<DbApplyingChangesEventArgs> ApplyingChanges
public:
event EventHandler<DbApplyingChangesEventArgs^>^ ApplyingChanges {
void add (EventHandler<DbApplyingChangesEventArgs^>^ value);
void remove (EventHandler<DbApplyingChangesEventArgs^>^ value);
}
/** @event */
public void add_ApplyingChanges (EventHandler<DbApplyingChangesEventArgs> value)
/** @event */
public void remove_ApplyingChanges (EventHandler<DbApplyingChangesEventArgs> value)
JScript supports the use of events, but not the declaration of new ones.
Consulte também
Referência
Classe RelationalSyncProvider
Membros RelationalSyncProvider
Namespace Microsoft.Synchronization.Data