Freigeben über


ApplyingChanges-Ereignis

Tritt auf, bevor auf dem Client Änderungen für eine Synchronisierungsgruppe übernommen werden.

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

Syntax

'Declaration
Public Event ApplyingChanges As EventHandler(Of ApplyingChangesEventArgs)
'Usage
Dim instance As SqlCeClientSyncProvider
Dim handler As EventHandler(Of ApplyingChangesEventArgs)

AddHandler instance.ApplyingChanges, handler
public event EventHandler<ApplyingChangesEventArgs> ApplyingChanges
public:
 event EventHandler<ApplyingChangesEventArgs^>^ ApplyingChanges {
    void add (EventHandler<ApplyingChangesEventArgs^>^ value);
    void remove (EventHandler<ApplyingChangesEventArgs^>^ value);
}
member ApplyingChanges : IEvent<EventHandler<ApplyingChangesEventArgs>,
    ApplyingChangesEventArgs>

Siehe auch

Verweis

SqlCeClientSyncProvider Klasse

SqlCeClientSyncProvider-Member

Microsoft.Synchronization.Data.SqlServerCe-Namespace