WPF Best point to udpate a progress bar from backgorundworker
Posted
by toni
on Stack Overflow
See other posts from Stack Overflow
or by toni
Published on 2010-03-22T21:21:26Z
Indexed on
2010/03/22
21:31 UTC
Read the original article
Hit count: 386
Hi!
I have a task that takes a long time executing. In order to inform about the progress to the user I have a progress bar that I update inside DoWork but I would like anybody tells me if it is the best way to update the progress bar. I have heard that there is a reportprogress event handler but I am confused because I don't know what is the utility of the ReportProgress.
Thanks.
© Stack Overflow or respective owner