Occurs when there is an error associated with the MediaSource of the current C1MediaItem.

Namespace:  C1.Silverlight.MediaPlayer
Assembly:  C1.Silverlight.MediaPlayer (in C1.Silverlight.MediaPlayer.dll)

Syntax

C#
public event EventHandler<ExceptionRoutedEventArgs> MediaFailed
Visual Basic
Public Event MediaFailed As EventHandler(Of ExceptionRoutedEventArgs)

See Also