SelectingChanges イベント
データベースへの接続後、変更を選択する前に、ダウンロード中に発生します。
名前空間: Microsoft.Synchronization.Data
アセンブリ: Microsoft.Synchronization.Data (Microsoft.Synchronization.Data.dll 内)
構文
'宣言
Public Event SelectingChanges As EventHandler(Of DbSelectingChangesEventArgs)
'使用
Dim instance As RelationalSyncProvider
Dim handler As EventHandler(Of DbSelectingChangesEventArgs)
AddHandler instance.SelectingChanges, handler
public event EventHandler<DbSelectingChangesEventArgs> SelectingChanges
public:
event EventHandler<DbSelectingChangesEventArgs^>^ SelectingChanges {
void add (EventHandler<DbSelectingChangesEventArgs^>^ value);
void remove (EventHandler<DbSelectingChangesEventArgs^>^ value);
}
member SelectingChanges : IEvent<EventHandler<DbSelectingChangesEventArgs>,
DbSelectingChangesEventArgs>