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
)
protected void OnSelectingChanges (
SelectingChangesEventArgs value
)
protected function OnSelectingChanges (
value : SelectingChangesEventArgs
)
Parameters
- value
A SelectingChangesEventArgs object that contains event data.
See Also
Reference
SqlCeClientSyncProvider Class
SqlCeClientSyncProvider Members
Microsoft.Synchronization.Data.SqlServerCe Namespace