MediaElement.MediaEnded Event
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Occurs when the MediaElement is no longer playing audio or video.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
If the media file contains multiple streams, the MediaEnded event will occur after the last stream has ended.
The MediaEnded event does not occur if media playback is controlled interactively. The event that calls the Stop method can be used for end-of-media tasks.
Show: