SqlCeSyncProvider.OnChangesApplied Method

Raises the ChangesApplied event that is inherited by this class.

Namespace:  Microsoft.Synchronization.Data.SqlServerCe
Assembly:  Microsoft.Synchronization.Data.SqlServerCe (in Microsoft.Synchronization.Data.SqlServerCe.dll)

Syntax

'Declaration
Protected Overrides Sub OnChangesApplied ( _
    value As DbChangesAppliedEventArgs, _
    transaction As IDbTransaction _
)
'Usage
Dim value As DbChangesAppliedEventArgs
Dim transaction As IDbTransaction

Me.OnChangesApplied(value, transaction)
protected override void OnChangesApplied(
    DbChangesAppliedEventArgs value,
    IDbTransaction transaction
)
protected:
virtual void OnChangesApplied(
    DbChangesAppliedEventArgs^ value, 
    IDbTransaction^ transaction
) override
abstract OnChangesApplied : 
        value:DbChangesAppliedEventArgs * 
        transaction:IDbTransaction -> unit 
override OnChangesApplied : 
        value:DbChangesAppliedEventArgs * 
        transaction:IDbTransaction -> unit 
protected override function OnChangesApplied(
    value : DbChangesAppliedEventArgs, 
    transaction : IDbTransaction
)

Parameters

See Also

Reference

SqlCeSyncProvider Class

Microsoft.Synchronization.Data.SqlServerCe Namespace