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>