Google News
logo
WPF - Quiz(MCQ)
Which of the following are required to start a background process with the BackgroundWorker component?
A)
Handling the ProgressChanged event
B)
Setting the WorkerSupportsCancellation property to true
C)
Calling the RunWorkerAsync method and Handling the DoWork event
D)
BackgroundWorker component do not supports the DoWork event

Correct Answer :   Calling the RunWorkerAsync method and Handling the DoWork event

Advertisement