Exemplo n.º 1
0
 /// <summary>
 /// Raises the <see cref="E:FileFinished" /> event.
 /// </summary>
 /// <param name="e">The <see cref="SoundFinishedEventArgs" /> instance containing the event data.</param>
 protected virtual void OnFileFinished(SoundFinishedEventArgs e)
 {
     if (SoundFileFinished != null)
     {
         SoundFileFinished(this, e);
     }
 }
Exemplo n.º 2
0
 /// <summary>
 /// Raises the <see cref="E:FileFinished" /> event.
 /// </summary>
 /// <param name="e">The <see cref="SoundFinishedEventArgs" /> instance containing the event data.</param>
 protected virtual void OnFileFinished(SoundFinishedEventArgs e)
 {
     if (SoundFileFinished != null)
     {
         SoundFileFinished(this, e);
     }
 }