![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I use background worker, and I have an event handler, "WorkProgressChanged" to launch an update of UI controls when the progress is changed in the background work: if(WorkProgressChanged != null) WorkProgressChanged(this, new ProgressChangedEventArgs(\\ what arguments to use here????)); Anyone can tell me what arguments to use in constructing a "ProgressChangedEventArgs"? |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
"ReportProgress"? // |
|
Thanks! What's the difference between this "ProgressChanged" and "ReportProgress"? It seems that they are both used to update the progression bar. |
#5
| |||
| |||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |