共用方式為


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 命名空間