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 SelectingChanges event.
Namespace: Microsoft.Synchronization.Data.SqlServerCe
Assembly: Microsoft.Synchronization.Data.SqlServerCe (in Microsoft.Synchronization.Data.SqlServerCe.dll)
Syntax
'Declaration
Protected Overridable Sub OnSelectingChanges ( _
value As SelectingChangesEventArgs _
)
'Usage
Dim value As SelectingChangesEventArgs
Me.OnSelectingChanges(value)
protected virtual void OnSelectingChanges(
SelectingChangesEventArgs value
)
protected:
virtual void OnSelectingChanges(
SelectingChangesEventArgs^ value
)
abstract OnSelectingChanges :
value:SelectingChangesEventArgs -> unit
override OnSelectingChanges :
value:SelectingChangesEventArgs -> unit
protected function OnSelectingChanges(
value : SelectingChangesEventArgs
)
Parameters
- value
Type: Microsoft.Synchronization.Data.SelectingChangesEventArgs
A SelectingChangesEventArgs object that contains event data.