SqlCeClientSyncProvider::OnApplyChangeFailed Method

Raises the ApplyChangeFailed event.

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

protected:
virtual void OnApplyChangeFailed(
	ApplyChangeFailedEventArgs^ value
)

Parameters

value
Type: Microsoft.Synchronization.Data::ApplyChangeFailedEventArgs
An ApplyChangeFailedEventArgs object that contains event data.
Show: