Événement SyncCallbacks.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);
}
/** @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.
Voir aussi
Référence
Classe SyncCallbacks
Membres SyncCallbacks
Espace de noms Microsoft.Synchronization