共用方式為


SqlCeClientSyncProvider.ChangesApplied 事件

在用戶端套用同步處理群組的所有變更之後發生。

命名空間: Microsoft.Synchronization.Data.SqlServerCe
組件: Microsoft.Synchronization.Data.SqlServerCe (在 microsoft.synchronization.data.sqlserverce.dll)

語法

'宣告
Public Event ChangesApplied As EventHandler(Of ChangesAppliedEventArgs)
'用途
Dim instance As SqlCeClientSyncProvider
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.

請參閱

參考

SqlCeClientSyncProvider 類別
SqlCeClientSyncProvider 成員
Microsoft.Synchronization.Data.SqlServerCe 命名空間