求助 BackgroundWorker多线程问题
BackgroundWorker的DoWork事件中调用ReportProgress函数引发ProgressChanged事件后
以下哪种说法正确?
1DoWork中的代码会等待ProgressChanged事件完成后再继续执行.
2DoWork中的代码不等待ProgressChanged事件完成,就会继续执行.
[解决办法]
2是异步的
*****************************************************************************
签名档: http://feiyun0112.cnblogs.com/