This topic has not yet been rated - Rate this topic

SoundPlayer.OnSoundLocationChanged Method

Raises the SoundLocationChanged event.

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

protected virtual void OnSoundLocationChanged (
	EventArgs e
)
protected void OnSoundLocationChanged (
	EventArgs e
)
protected function OnSoundLocationChanged (
	e : EventArgs
)
Not applicable.

Parameters

e

An EventArgs that contains the event data.

This method is called when a new audio source path for this SoundPlayer has been set.

Raising an event invokes the event handler through a delegate. For more information, see How to: Provide Event functionality and Raising an Event.

The OnSoundLocationChanged method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class.

Notes to Inheritors: When overriding OnSoundLocationChanged in a derived class, be sure to call the base class's OnSoundLocationChanged method so that registered delegates receive the event.

Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.