ItemConflicting イベント

競合の解決方法が ApplicationDefined に設定されている場合に競合が検出されると発生します。

名前空間:  Microsoft.Synchronization
アセンブリ:  Microsoft.Synchronization (Microsoft.Synchronization.dll 内)

構文

'宣言
Public Event ItemConflicting As EventHandler(Of ItemConflictingEventArgs)
'使用
Dim instance As SyncCallbacks
Dim handler As EventHandler(Of ItemConflictingEventArgs)

AddHandler instance.ItemConflicting, handler
public event EventHandler<ItemConflictingEventArgs> ItemConflicting
public:
 event EventHandler<ItemConflictingEventArgs^>^ ItemConflicting {
    void add (EventHandler<ItemConflictingEventArgs^>^ value);
    void remove (EventHandler<ItemConflictingEventArgs^>^ value);
}
member ItemConflicting : IEvent<EventHandler<ItemConflictingEventArgs>,
    ItemConflictingEventArgs>

参照

参照

SyncCallbacksクラス

SyncCallbacks メンバー

Microsoft.Synchronization 名前空間