BackgroundWorker::ProgressChanged Event
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Occurs when ReportProgress is called.
Assembly: System (in System.dll)
This event is raised when you call the ReportProgress method.
The following code example demonstrates the use of the ProgressChanged event to report the progress of a background operation to the user. To view the complete code for this sample, see How to use a background worker for Windows Phone 8.
Show: