Example #1
0
 void MediaPlayer_Completion(object sender, EventArgs e)
 {
     FinishedPlaying?.Invoke(this, EventArgs.Empty);
 }
Example #2
0
 private void Player_FinishedPlaying(object sender, AVStatusEventArgs e)
 {
     FinishedPlaying?.Invoke(this, EventArgs.Empty);
 }