'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.
Property | Description |
---|---|
ErrorException | |
OriginalSource | (Inherited from System.Windows.RoutedEventArgs) |
See Also