Événement ApplyingChanges
Se produit avant l'application des modifications sur le client pour un groupe de synchronisation.
Espace de noms : Microsoft.Synchronization.Data.SqlServerCe
Assembly : Microsoft.Synchronization.Data.SqlServerCe (dans Microsoft.Synchronization.Data.SqlServerCe.dll)
Syntaxe
'Déclaration
Public Event ApplyingChanges As EventHandler(Of ApplyingChangesEventArgs)
'Utilisation
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>
Voir aussi
Référence
SqlCeClientSyncProvider Classe