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

EventHandler<ExceptionRoutedEventArgs>

Comentarios

Información sobre eventos enrutados

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

Se aplica a