SelectingChanges イベント
クライアントに適用される同期グループに対するすべての変更がサーバーから選択される前に発生します。
名前空間: Microsoft.Synchronization.Data.Server
アセンブリ: Microsoft.Synchronization.Data.Server (Microsoft.Synchronization.Data.Server.dll 内)
構文
'宣言
Public Event SelectingChanges As EventHandler(Of SelectingChangesEventArgs)
'使用
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>