[This is preliminary documentation and is subject to change.]

Destroy the player, the music loader thread, and the artist/album scroller thread, and then the application

Namespace: MusicPlayerWindow
Assembly: MusicPlayerWindow (in MusicPlayerWindow.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void MainWindow_FormClosed(
	Object sender,
	FormClosedEventArgs e
)
Visual Basic
Public Sub MainWindow_FormClosed ( _
	sender As Object, _
	e As FormClosedEventArgs _
)
Visual C++
public:
void MainWindow_FormClosed(
	Object^ sender, 
	FormClosedEventArgs^ e
)

Parameters

sender
Type: System..::..Object
the object sending the event
e
Type: System.Windows.Forms..::..FormClosedEventArgs
the event itself

See Also