SoundPlayer::LoadCompleted Event
.NET Framework (current version)
Occurs when a .wav file has been successfully or unsuccessfully loaded.
Assembly: System (in System.dll)
This event is raised when loading of a .wav file is complete. The event arguments indicate whether the load of the sound was completed successfully or failed.
For more information about handling events, see NIB: Consuming Events.
The following code example demonstrates the use of the OnLoadCompleted event handler to receive a notification indicating that the contents of a .wav file have been loaded. This code example is part of a larger example provided for the SoundPlayer class.
.NET Framework
Available since 2.0
Available since 2.0
Show: