Evento SyncCallbacks.ItemConflicting
Si verifica quando viene rilevato un conflitto con i criteri di risoluzione dei conflitti impostati su ApplicationDefined.
Spazio dei nomi: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Sintassi
'Dichiarazione
Public Event ItemConflicting As EventHandler(Of ItemConflictingEventArgs)
'Utilizzo
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.
Vedere anche
Riferimento
Classe SyncCallbacks
Membri SyncCallbacks
Spazio dei nomi Microsoft.Synchronization