次の方法で共有


ChangesApplied イベント

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

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

構文

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

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

参照

参照

DbServerSyncProviderクラス

DbServerSyncProvider メンバー

Microsoft.Synchronization.Data.Server 名前空間