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.
This method is not CLS-compliant.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Protected Overridable Sub OnChangesApplied ( _
value As DbChangesAppliedEventArgs _
)
'Usage
Dim value As DbChangesAppliedEventArgs
Me.OnChangesApplied(value)
protected virtual void OnChangesApplied (
DbChangesAppliedEventArgs value
)
protected:
virtual void OnChangesApplied (
DbChangesAppliedEventArgs^ value
)
protected void OnChangesApplied (
DbChangesAppliedEventArgs value
)
protected function OnChangesApplied (
value : DbChangesAppliedEventArgs
)
Parameters
- value
A DbChangesAppliedEventArgs object that contains event data.
See Also
Reference
RelationalSyncProvider Class
RelationalSyncProvider Members
Microsoft.Synchronization.Data Namespace