Compartir a través de


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

Vea también

Referencia

DbServerSyncProvider Clase
DbServerSyncProvider Miembros
Microsoft.Synchronization.Data.Server Espacio de nombres