Evento SyncCallbacks.ItemConflicting
Ocorrerá quando um conflito for detectado se a diretiva de resolução de conflitos estiver 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);
}
/** @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.
Consulte também
Referência
Classe SyncCallbacks
Membros SyncCallbacks
Namespace Microsoft.Synchronization