Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Espera
Core
SongEventArgs
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