Hi,

So I have this form with a backgroundworker component.
To properly clean up the form I tried calling backgroundWorker1.CancelAsync() in the Form_Closed event, but it seems to cancel that event. The form doesn't close.
Without everything is fine.

Can I assume the component cleans up its own threads at disposal?

Thanks