Compartir a través de


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
)
abstract OnApplyingChanges : 
        value:ApplyingChangesEventArgs -> unit 
override OnApplyingChanges : 
        value:ApplyingChangesEventArgs -> unit 
protected function OnApplyingChanges(
    value : ApplyingChangesEventArgs
)

Parámetros

Vea también

Referencia

SqlCeClientSyncProvider Clase

SqlCeClientSyncProvider Miembros

Microsoft.Synchronization.Data.SqlServerCe Espacio de nombres