codice:
bgw.DoWork += (s, e) =>
    {
        //Operazioni lunghe. Occhio a non toccare elementi grafici qui.
    }
Che sintassi è?