Share via


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);
}
member ItemConflicting : IEvent<EventHandler<ItemConflictingEventArgs>,
    ItemConflictingEventArgs>
JScript supports the use of events, but not the declaration of new ones.

See Also

Reference

SyncCallbacks Class

Microsoft.Synchronization Namespace