ChangeDetectionCompleted イベント
同期元プロバイダーで変更の検出が完了したときに発生します。
名前空間: Microsoft.Synchronization.SimpleProviders
アセンブリ: Microsoft.Synchronization.SimpleProviders (Microsoft.Synchronization.SimpleProviders.dll 内)
構文
'宣言
Public Event ChangeDetectionCompleted As EventHandler(Of ChangeDetectionCompletedEventArgs)
'使用
Dim instance As SimpleSyncProvider
Dim handler As EventHandler(Of ChangeDetectionCompletedEventArgs)
AddHandler instance.ChangeDetectionCompleted, handler
public event EventHandler<ChangeDetectionCompletedEventArgs> ChangeDetectionCompleted
public:
event EventHandler<ChangeDetectionCompletedEventArgs^>^ ChangeDetectionCompleted {
void add (EventHandler<ChangeDetectionCompletedEventArgs^>^ value);
void remove (EventHandler<ChangeDetectionCompletedEventArgs^>^ value);
}
member ChangeDetectionCompleted : IEvent<EventHandler<ChangeDetectionCompletedEventArgs>,
ChangeDetectionCompletedEventArgs>