Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raises the ChangesApplied event.
Namespace: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (in microsoft.synchronization.data.server.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
DbServerSyncProvider Class
DbServerSyncProvider Members
Microsoft.Synchronization.Data.Server Namespace