BackgroundWorker Events
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The BackgroundWorker type exposes the following members.
| Name | Description | |
|---|---|---|
|
DoWork | Occurs when RunWorkerAsync is called. |
|
ProgressChanged | Occurs when ReportProgress is called. |
|
RunWorkerCompleted | Occurs when the background operation has completed, has been canceled, or has raised an exception. |
Show: