Occurs when the Update Album Art background worker starts its work.
Fetches the album cover in another thread and returns the image once done.
Declaration Syntax
C# | Visual Basic |
public void workerUpdateAlbumArt_DoWork( Object sender, DoWorkEventArgs e )
Public Sub workerUpdateAlbumArt_DoWork ( _ sender As Object, _ e As DoWorkEventArgs _ )
Parameters
- sender (Object)
- Event sender
- e (DoWorkEventArgs)
- Event arguments