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.
Occurs before all changes to be applied to the client for a synchronization group are selected from the server.
Namespace: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (in microsoft.synchronization.data.server.dll)
Syntax
'Declaration
Public Event SelectingChanges As EventHandler(Of SelectingChangesEventArgs)
'Usage
Dim instance As DbServerSyncProvider
Dim handler As EventHandler(Of SelectingChangesEventArgs)
AddHandler instance.SelectingChanges, handler
public event EventHandler<SelectingChangesEventArgs> SelectingChanges
public:
event EventHandler<SelectingChangesEventArgs^>^ SelectingChanges {
void add (EventHandler<SelectingChangesEventArgs^>^ value);
void remove (EventHandler<SelectingChangesEventArgs^>^ value);
}
/** @event */
public void add_SelectingChanges (EventHandler<SelectingChangesEventArgs> value)
/** @event */
public void remove_SelectingChanges (EventHandler<SelectingChangesEventArgs> value)
JScript supports the use of events, but not the declaration of new ones.
See Also
Reference
DbServerSyncProvider Class
DbServerSyncProvider Members
Microsoft.Synchronization.Data.Server Namespace