次の方法で共有


SqlCeClientSyncProvider.SelectingChanges Event

Occurs before all changes to be applied to the server for a synchronization group are selected from the client.

Namespace: Microsoft.Synchronization.Data.SqlServerCe
Assembly: Microsoft.Synchronization.Data.SqlServerCe (in microsoft.synchronization.data.sqlserverce.dll)

Syntax

'Declaration
Public Event SelectingChanges As EventHandler(Of SelectingChangesEventArgs)
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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).

Target Platforms

See Also

Reference

SqlCeClientSyncProvider Class
SqlCeClientSyncProvider Members
Microsoft.Synchronization.Data.SqlServerCe Namespace