| YoutubePlayerRendererMediaFailedEvent Event | 
 
Namespace: Veeplay.media.renderersAssembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic event ExceptionRoutedEventHandler MediaFailedEvent
Public Event MediaFailedEvent As ExceptionRoutedEventHandler
public:
virtual  event ExceptionRoutedEventHandler^ MediaFailedEvent {
	void add (ExceptionRoutedEventHandler^ value);
	void remove (ExceptionRoutedEventHandler^ value);
}abstract MediaFailedEvent : IEvent<ExceptionRoutedEventHandler,
    ExceptionRoutedEventArgs>
override MediaFailedEvent : IEvent<ExceptionRoutedEventHandler,
    ExceptionRoutedEventArgs>Value
Type: 
Windows.UI.XamlExceptionRoutedEventHandlerImplements
IMediaRendererMediaFailedEvent
See Also