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