次の方法で共有


SqlCeClientSyncProvider.SelectingChanges イベント

サーバーに適用される同期グループに対するすべての変更がクライアントから選択される前に発生します。

名前空間: Microsoft.Synchronization.Data.SqlServerCe
アセンブリ: Microsoft.Synchronization.Data.SqlServerCe (microsoft.synchronization.data.sqlserverce.dll 内)

構文

'宣言
Public Event SelectingChanges As EventHandler(Of SelectingChangesEventArgs)
'使用
Dim instance As SqlCeClientSyncProvider
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.

参照

リファレンス

SqlCeClientSyncProvider クラス
SqlCeClientSyncProvider メンバー
Microsoft.Synchronization.Data.SqlServerCe 名前空間