Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Occurs after all changes are applied at the client for a synchronization group.
Namespace: Microsoft.Synchronization.Data.SqlServerCe
Assembly: Microsoft.Synchronization.Data.SqlServerCe (in microsoft.synchronization.data.sqlserverce.dll)
Syntax
'Declaration
Public Event ChangesApplied As EventHandler(Of ChangesAppliedEventArgs)
'Usage
Dim instance As SqlCeClientSyncProvider
Dim handler As EventHandler(Of ChangesAppliedEventArgs)
AddHandler instance.ChangesApplied, handler
public event EventHandler<ChangesAppliedEventArgs> ChangesApplied
public:
event EventHandler<ChangesAppliedEventArgs^>^ ChangesApplied {
void add (EventHandler<ChangesAppliedEventArgs^>^ value);
void remove (EventHandler<ChangesAppliedEventArgs^>^ value);
}
/** @event */
public void add_ChangesApplied (EventHandler<ChangesAppliedEventArgs> value)
/** @event */
public void remove_ChangesApplied (EventHandler<ChangesAppliedEventArgs> value)
JScript supports the use of events, but not the declaration of new ones.
See Also
Reference
SqlCeClientSyncProvider Class
SqlCeClientSyncProvider Members
Microsoft.Synchronization.Data.SqlServerCe Namespace