DbServerSyncProvider.ApplyingChanges イベント

サーバーで同期グループに対する変更が適用される前に発生します。

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

構文

'宣言
Public Event ApplyingChanges As EventHandler(Of ApplyingChangesEventArgs)
'使用
Dim instance As DbServerSyncProvider
Dim handler As EventHandler(Of ApplyingChangesEventArgs)

AddHandler instance.ApplyingChanges, handler
public event EventHandler<ApplyingChangesEventArgs> ApplyingChanges
public:
event EventHandler<ApplyingChangesEventArgs^>^ ApplyingChanges {
    void add (EventHandler<ApplyingChangesEventArgs^>^ value);
    void remove (EventHandler<ApplyingChangesEventArgs^>^ value);
}
/** @event */
public void add_ApplyingChanges (EventHandler<ApplyingChangesEventArgs> value)

/** @event */
public void remove_ApplyingChanges (EventHandler<ApplyingChangesEventArgs> value)
JScript supports the use of events, but not the declaration of new ones.

参照

リファレンス

DbServerSyncProvider クラス
DbServerSyncProvider メンバー
Microsoft.Synchronization.Data.Server 名前空間