C# Класс Espera.Core.SongEventArgs

Provides data for the LocalSongFinder.SongFound event.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
SongEventArgs ( Song song ) : System

Initializes a new instance of the SongEventArgs class.

Описание методов

SongEventArgs() публичный Метод

Initializes a new instance of the SongEventArgs class.
song is null.
public SongEventArgs ( Song song ) : System
song Song The song that has been found.
Результат System