MediaElement::MediaEnded Event

 

Occurs when the media has ended.

Namespace:   System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
event RoutedEventHandler^ MediaEnded {
	void add(RoutedEventHandler^ value);
	void remove(RoutedEventHandler^ value);
}

Identifier field

MediaEndedEvent

Routing strategy

Bubbling

Delegate

RoutedEventHandler

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: