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