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 ApplyingChanges 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 OnApplyingChanges ( _
value As DbApplyingChangesEventArgs _
)
'Usage
Dim value As DbApplyingChangesEventArgs
Me.OnApplyingChanges(value)
protected virtual void OnApplyingChanges (
DbApplyingChangesEventArgs value
)
protected:
virtual void OnApplyingChanges (
DbApplyingChangesEventArgs^ value
)
protected void OnApplyingChanges (
DbApplyingChangesEventArgs value
)
protected function OnApplyingChanges (
value : DbApplyingChangesEventArgs
)
Parameters
- value
An ApplyingChangesEventArgs object that contains event data.
See Also
Reference
RelationalSyncProvider Class
RelationalSyncProvider Members
Microsoft.Synchronization.Data Namespace