Provides data for the LocalSongFinder.SongFound event.
Inheritance: System.EventArgs
Esempio n. 1
0
 protected virtual void OnSongFound(SongEventArgs e)
 {
     this.SongFound.RaiseSafe(this, e);
 }