SyncCallbacks.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);
}
/** @event */
public void add_ItemConflicting (EventHandler<ItemConflictingEventArgs> value)

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

参照

リファレンス

SyncCallbacks クラス
SyncCallbacks メンバー
Microsoft.Synchronization 名前空間