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.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
)
abstract OnChangesApplied :
value:ChangesAppliedEventArgs -> unit
override OnChangesApplied :
value:ChangesAppliedEventArgs -> unit
protected function OnChangesApplied(
value : ChangesAppliedEventArgs
)
Parameters
- value
Type: Microsoft.Synchronization.Data.ChangesAppliedEventArgs
A ChangesAppliedEventArgs object that contains event data.