I am using this piece of code in order to play a video:
string videoUriString = "android.resource://" + this.PackageName + "/" + Resource.Raw.video;
Android.Net.Uri videoURI = Android.Net.Uri.Parse(videoUriString);
video.SetVideoURI(videoURI);
video.Start();
But I am really frustrated because I don't understand how attach a callback for handle the end of the video, I have to use Monodroid, then C#