SoundPlayer::StreamChanged Event

 

Occurs when a new Stream audio source for this SoundPlayer has been set.

Namespace:   System.Media
Assembly:  System (in System.dll)

public:
event EventHandler^ StreamChanged {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}

This event is raised when a new Stream audio source for this SoundPlayer has been set.

For more information about handling events, see NIB: Consuming Events.

.NET Framework
Available since 2.0
Return to top
Show: