Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Event FullEnumerationNeeded As EventHandler(Of FullEnumerationNeededEventArgs)
'Usage
Dim instance As SyncCallbacks
Dim handler As EventHandler(Of FullEnumerationNeededEventArgs)
AddHandler instance.FullEnumerationNeeded, handler
public event EventHandler<FullEnumerationNeededEventArgs> FullEnumerationNeeded
public:
event EventHandler<FullEnumerationNeededEventArgs^>^ FullEnumerationNeeded {
void add (EventHandler<FullEnumerationNeededEventArgs^>^ value);
void remove (EventHandler<FullEnumerationNeededEventArgs^>^ value);
}
/** @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.
See Also
Reference
SyncCallbacks Class
SyncCallbacks Members
Microsoft.Synchronization Namespace