Which of the following are required to start a background process with the BackgroundWorker component?
Options
- Calling the RunWorkerAsync method and Handling the DoWork event
- BackgroundWorker component do not supports the DoWork event
- Handling the ProgressChanged event
- Setting the WorkerSupportsCancellation property to true
CORRECT ANSWER : Calling the RunWorkerAsync method and Handling the DoWork event
Write your comments