次の方法で共有


ChangesSelected イベント

変更の列挙後、データベースとの接続を切断する前に、ダウンロード中に発生します。

名前空間:  Microsoft.Synchronization.Data
アセンブリ:  Microsoft.Synchronization.Data (Microsoft.Synchronization.Data.dll 内)

構文

'宣言
Public Event ChangesSelected As EventHandler(Of DbChangesSelectedEventArgs)
'使用
Dim instance As RelationalSyncProvider
Dim handler As EventHandler(Of DbChangesSelectedEventArgs)

AddHandler instance.ChangesSelected, handler
public event EventHandler<DbChangesSelectedEventArgs> ChangesSelected
public:
 event EventHandler<DbChangesSelectedEventArgs^>^ ChangesSelected {
    void add (EventHandler<DbChangesSelectedEventArgs^>^ value);
    void remove (EventHandler<DbChangesSelectedEventArgs^>^ value);
}
member ChangesSelected : IEvent<EventHandler<DbChangesSelectedEventArgs>,
    DbChangesSelectedEventArgs>

参照

参照

RelationalSyncProviderクラス

RelationalSyncProvider メンバー

Microsoft.Synchronization.Data 名前空間