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.
Raises the ChangesApplied event.
Namespace: Microsoft.Synchronization.Data.SqlServerCe
Assembly: Microsoft.Synchronization.Data.SqlServerCe (in microsoft.synchronization.data.sqlserverce.dll)
Syntax
'Declaration
Protected Overridable Sub OnChangesApplied ( _
value As ChangesAppliedEventArgs _
)
'Usage
Dim value As ChangesAppliedEventArgs
Me.OnChangesApplied(value)
protected virtual void OnChangesApplied (
ChangesAppliedEventArgs value
)
protected:
virtual void OnChangesApplied (
ChangesAppliedEventArgs^ value
)
protected void OnChangesApplied (
ChangesAppliedEventArgs value
)
protected function OnChangesApplied (
value : ChangesAppliedEventArgs
)
Parameters
- value
A ChangesAppliedEventArgs object that contains event data.
See Also
Reference
SqlCeClientSyncProvider Class
SqlCeClientSyncProvider Members
Microsoft.Synchronization.Data.SqlServerCe Namespace