Compartir a través de


SqlCeClientSyncProvider.OnApplyingChanges Método

Genera el evento ApplyingChanges.

Espacio de nombres: Microsoft.Synchronization.Data.SqlServerCe
Ensamblado: Microsoft.Synchronization.Data.SqlServerCe (en microsoft.synchronization.data.sqlserverce.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

SqlCeClientSyncProvider Clase
SqlCeClientSyncProvider Miembros
Microsoft.Synchronization.Data.SqlServerCe Espacio de nombres