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


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement