Share via


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);
}
member ApplyingChanges : IEvent<EventHandler<ApplyingChangesEventArgs>,
    ApplyingChangesEventArgs>

请参阅

参考

DbServerSyncProvider类

DbServerSyncProvider 成员

Microsoft.Synchronization.Data.Server 命名空间