DbServerSyncProvider.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);
}
/** @event */
public void add_ChangesApplied (EventHandler<ChangesAppliedEventArgs> value)
/** @event */
public void remove_ChangesApplied (EventHandler<ChangesAppliedEventArgs> value)
JScript supports the use of events, but not the declaration of new ones.
請參閱
參考
DbServerSyncProvider 類別
DbServerSyncProvider 成員
Microsoft.Synchronization.Data.Server 命名空間