C# Class Espera.Core.SongEventArgs

Provides data for the LocalSongFinder.SongFound event.
Inheritance: System.EventArgs
Mostra file Open project: gazwinter/Espera Class Usage Examples

Public Methods

Method Description
SongEventArgs ( Song song ) : System

Initializes a new instance of the SongEventArgs class.

Method Details

SongEventArgs() public method

Initializes a new instance of the SongEventArgs class.
song is null.
public SongEventArgs ( Song song ) : System
song Song The song that has been found.
return System