MediaElement.MediaFailed Evento

Definición

Se produce cuando se encuentra un error.

public:
 event EventHandler<System::Windows::ExceptionRoutedEventArgs ^> ^ MediaFailed;
public event EventHandler<System.Windows.ExceptionRoutedEventArgs> MediaFailed;
member this.MediaFailed : EventHandler<System.Windows.ExceptionRoutedEventArgs> 
Public Custom Event MediaFailed As EventHandler(Of ExceptionRoutedEventArgs) 

Tipo de evento

Comentarios

Información del evento enrutado

Elemento Value
Campo identificador MediaFailedEvent
Estrategia de enrutamiento Bubbling
Delegado EventHandler<TEventArgs>, con restricción de ExceptionRoutedEventArgs.

Se aplica a