C# Class SoundSwitch.Model.CustomSoundChangedEvent

Inheritance: System.EventArgs
Datei anzeigen Open project: Belphemur/SoundSwitch Class Usage Examples

Public Methods

Method Description
CustomSoundChangedEvent ( CachedSound prevSound, CachedSound newSound ) : System

Method Details

CustomSoundChangedEvent() public method

public CustomSoundChangedEvent ( CachedSound prevSound, CachedSound newSound ) : System
prevSound SoundSwitch.Framework.Audio.CachedSound
newSound SoundSwitch.Framework.Audio.CachedSound
return System