ApplyingChanges Evento
Se produce durante la carga, después de establecer conexión con la base de datos pero antes de aplicar los cambios.
Espacio de nombres: Microsoft.Synchronization.Data
Ensamblado: Microsoft.Synchronization.Data (en Microsoft.Synchronization.Data.dll)
Sintaxis
'Declaración
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);
}
member ApplyingChanges : IEvent<EventHandler<DbApplyingChangesEventArgs>,
DbApplyingChangesEventArgs>