SqlCeClientSyncProvider.OnApplyingChanges Method
Raises the ApplyingChanges event.
Namespace: Microsoft.Synchronization.Data.SqlServerCe
Assembly: Microsoft.Synchronization.Data.SqlServerCe (in microsoft.synchronization.data.sqlserverce.dll)
Syntax
'Declaration
Protected Overridable Sub OnApplyingChanges ( _
value As ApplyingChangesEventArgs _
)
'Usage
Dim value As ApplyingChangesEventArgs
Me.OnApplyingChanges(value)
protected virtual void OnApplyingChanges (
ApplyingChangesEventArgs value
)
protected:
virtual void OnApplyingChanges (
ApplyingChangesEventArgs^ value
)
protected void OnApplyingChanges (
ApplyingChangesEventArgs value
)
protected function OnApplyingChanges (
value : ApplyingChangesEventArgs
)
Parameters
- value
An ApplyingChangesEventArgs object that contains event data.
See Also
Reference
SqlCeClientSyncProvider Class
SqlCeClientSyncProvider Members
Microsoft.Synchronization.Data.SqlServerCe Namespace