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.Server
Assembly: Microsoft.Synchronization.Data.Server (in microsoft.synchronization.data.server.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
DbServerSyncProvider Class
DbServerSyncProvider Members
Microsoft.Synchronization.Data.Server Namespace