SoundTests PlaySoundOnClick Method Delta Engine Documentation

Namespace: DeltaEngine.Multimedia.Tests
Assembly: DeltaEngine.Multimedia.Tests (in DeltaEngine.Multimedia.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public void PlaySoundOnClick()
Examples

[Test]
public void PlaySoundOnClick()
{
    new Command(() => ContentLoader.Load<Sound>("DefaultSound").Play()).Add(
        new MouseButtonTrigger());
}
See Also