ComponentOne MediaPlayer for WPF and Silverlight
C1.Silverlight.MediaPlayer Namespace / C1MediaPlayer Class / MediaFailed Event

In This Topic
    MediaFailed Event (C1MediaPlayer)
    In This Topic
    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
     
    (Inherited from System.Windows.RoutedEventArgs)
    See Also