This topic has not yet been rated - Rate this topic

SyncCallbacks.FullEnumerationNeeded Event

Occurs when the forgotten knowledge from the source provider is not contained in the current knowledge of the destination provider.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
public event EventHandler<FullEnumerationNeededEventArgs> FullEnumerationNeeded
/** @event */
public void add_FullEnumerationNeeded (EventHandler<FullEnumerationNeededEventArgs> value)

/** @event */
public void remove_FullEnumerationNeeded (EventHandler<FullEnumerationNeededEventArgs> value)

JScript supports the use of events, but not the declaration of new ones.
Did you find this helpful?
(1500 characters remaining)