Share via


Événement ItemConflicting

Se produit quand un conflit est détecté, lorsque la stratégie de résolution de conflit a la valeur ApplicationDefined.

Espace de noms :  Microsoft.Synchronization
Assembly :  Microsoft.Synchronization (dans Microsoft.Synchronization.dll)

Syntaxe

'Déclaration
Public Event ItemConflicting As EventHandler(Of ItemConflictingEventArgs)
'Utilisation
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>

Voir aussi

Référence

SyncCallbacks Classe

Membres SyncCallbacks

Espace de noms Microsoft.Synchronization