SyncCallbacks::OnItemConflicting Method

Dispatches the ItemConflicting event. This 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)

public:
virtual void OnItemConflicting(
	ItemConflictingEventArgs^ args
)

Parameters

args
Type: Microsoft.Synchronization::ItemConflictingEventArgs
An ItemConflictingEventArgs object that contains the event data.
Show: