C# Class SoundSwitch.Model.CustomSoundChangedEvent

Inheritance: System.EventArgs
Afficher le fichier Open project: Belphemur/SoundSwitch Class Usage Examples

Méthodes publiques

Méthode Description
CustomSoundChangedEvent ( CachedSound prevSound, CachedSound newSound ) : System

Method Details

CustomSoundChangedEvent() public méthode

public CustomSoundChangedEvent ( CachedSound prevSound, CachedSound newSound ) : System
prevSound SoundSwitch.Framework.Audio.CachedSound
newSound SoundSwitch.Framework.Audio.CachedSound
Résultat System