Compartilhar via


Evento ItemConflicting

Ocorre quando um conflito é detectado, se a política de resolução de conflitos está definida como ApplicationDefined.

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

Sintaxe

'Declaração
Public Event ItemConflicting As EventHandler(Of ItemConflictingEventArgs)
'Uso
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>

Consulte também

Referência

SyncCallbacks Classe

Membros SyncCallbacks

Namespace Microsoft.Synchronization