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)

protected:
virtual void OnChangesApplied(
	DbChangesAppliedEventArgs^ value, 
	IDbTransaction^ transaction
) override

Parameters

value
Type: Microsoft.Synchronization.Data::DbChangesAppliedEventArgs
The event data.
transaction
Type: System.Data::IDbTransaction
The current database transaction.
Show: