ComponentOne MediaPlayer for WPF and Silverlight
MediaFailed Event (C1MediaPlayer)

C1.Silverlight.MediaPlayer Namespace > C1MediaPlayer Class : MediaFailed Event
Occurs when there is an error associated with the MediaSource of the current C1MediaItem.
Syntax
'Declaration
 
Public Event MediaFailed As EventHandler(Of ExceptionRoutedEventArgs)
public event EventHandler<ExceptionRoutedEventArgs> MediaFailed
Event Data

The event handler receives an argument of type ExceptionRoutedEventArgs containing data related to this event. The following ExceptionRoutedEventArgs properties provide information specific to this event.

PropertyDescription
Gets the underlying exception or native-level error reported by the event.  
(Inherited from System.Windows.RoutedEventArgs)
See Also