I am using a background thread in my download page. I am leaving the download page and going to item deatis page. I need to change the status of item that is currently downloading to “Downloaded” when the download thread completes. How can I know that the thread is finished?
Share
You will have to subscribe for event which indicates completion of your task like you have RunWorkerCompleted. You can find an example for your understand here or here