This topic has not yet been rated - Rate this topic

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)
public event EventHandler<ItemConflictingEventArgs> ItemConflicting
/** @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.
Did you find this helpful?
(1500 characters remaining)