ItemConflicting Evento
Se produce cuando se detecta un conflicto estando establecida la directiva de resolución de conflictos en ApplicationDefined.
Espacio de nombres: Microsoft.Synchronization
Ensamblado: Microsoft.Synchronization (en Microsoft.Synchronization.dll)
Sintaxis
'Declaración
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>