DbServerSyncProvider.OnApplyingChanges Método
Genera el evento ApplyingChanges.
Espacio de nombres: Microsoft.Synchronization.Data.Server
Ensamblado: Microsoft.Synchronization.Data.Server (en microsoft.synchronization.data.server.dll)
Sintaxis
'Declaración
Protected Overridable Sub OnApplyingChanges ( _
value As ApplyingChangesEventArgs _
)
'Uso
Dim value As ApplyingChangesEventArgs
Me.OnApplyingChanges(value)
protected virtual void OnApplyingChanges (
ApplyingChangesEventArgs value
)
protected:
virtual void OnApplyingChanges (
ApplyingChangesEventArgs^ value
)
protected void OnApplyingChanges (
ApplyingChangesEventArgs value
)
protected function OnApplyingChanges (
value : ApplyingChangesEventArgs
)
Parámetros
- value
Objeto ApplyingChangesEventArgs que contiene datos del evento.
Vea también
Referencia
DbServerSyncProvider Clase
DbServerSyncProvider Miembros
Microsoft.Synchronization.Data.Server Espacio de nombres