单项选择题

A.Cancel the background process in the backgroundworker1_DoWork event
B.Set the IsBusy property og backgroundworker1 to True before you attempt to cancel
C.Set the WorkerSupportsCancellation property of backgroundworker1 to true before the code
D.Set the DoWorkEventArgs Cancel property to true