SyncCallbacks::ProgressChanged Event

Occurs periodically during the synchronization session to report progress.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
 event EventHandler<SyncStagedProgressEventArgs^>^ ProgressChanged {
	void add (EventHandler<SyncStagedProgressEventArgs^>^ value);
	void remove (EventHandler<SyncStagedProgressEventArgs^>^ value);
}

When this event is raised depends on the kind of provider that is being used. For example, the provider could raise the event after each change is applied, or it could raise the event every time that a defined amount of data is transferred during change application. For more information, see Reporting Synchronization Progress.

Show: