SyncCallbacks.ItemConflicting Event

Occurs when a conflict is detected when the conflict resolution policy is set to ApplicationDefined.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)

Syntax

'Declaration
Public Event ItemConflicting As EventHandler(Of ItemConflictingEventArgs)
'Usage
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.

See Also

Reference

SyncCallbacks Class
SyncCallbacks Members
Microsoft.Synchronization Namespace