BackgroundWorker.ProgressChanged Event
Silverlight
Occurs when ReportProgress is called.
Namespace: System.ComponentModel
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 a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.