DbServerSyncProvider.SelectingChanges Event

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);
}
member SelectingChanges : IEvent<EventHandler<SelectingChangesEventArgs>,
    SelectingChangesEventArgs>
JScript supports the use of events, but not the declaration of new ones.

See Also

Reference

DbServerSyncProvider Class

Microsoft.Synchronization.Data.Server Namespace