ItemConflicting-Ereignis

Tritt auf, wenn ein Konflikt erkannt wird und die Richtlinie zur Konfliktauflösung auf ApplicationDefined festgelegt ist.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

Syntax

'Declaration
Public Event ItemConflicting As EventHandler(Of ItemConflictingEventArgs)
'Usage
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>

Siehe auch

Verweis

SyncCallbacks Klasse

SyncCallbacks-Member

Microsoft.Synchronization-Namespace