SqlCeClientSyncProvider.SyncProgress イベント

クライアントで同期グループに対する変更を選択および適用しているときに発生します。

名前空間: Microsoft.Synchronization.Data.SqlServerCe
アセンブリ: Microsoft.Synchronization.Data.SqlServerCe (microsoft.synchronization.data.sqlserverce.dll 内)

構文

'宣言
Public Event SyncProgress As EventHandler(Of SyncProgressEventArgs)
'使用
Dim instance As SqlCeClientSyncProvider
Dim handler As EventHandler(Of SyncProgressEventArgs)

AddHandler instance.SyncProgress, handler
public event EventHandler<SyncProgressEventArgs> SyncProgress
public:
event EventHandler<SyncProgressEventArgs^>^ SyncProgress {
    void add (EventHandler<SyncProgressEventArgs^>^ value);
    void remove (EventHandler<SyncProgressEventArgs^>^ value);
}
/** @event */
public void add_SyncProgress (EventHandler<SyncProgressEventArgs> value)

/** @event */
public void remove_SyncProgress (EventHandler<SyncProgressEventArgs> value)
JScript supports the use of events, but not the declaration of new ones.

参照

リファレンス

SqlCeClientSyncProvider クラス
SqlCeClientSyncProvider メンバー
Microsoft.Synchronization.Data.SqlServerCe 名前空間