MediaElement.MediaFailed 이벤트

정의

오류가 발생할 때 발생합니다.

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) 

이벤트 유형

EventHandler<ExceptionRoutedEventArgs>

설명

라우팅 이벤트 정보

식별자 필드 MediaFailedEvent
라우팅 전략 버블링
대리자 EventHandler<TEventArgs>에서의 제약 조건을 사용 하 여 ExceptionRoutedEventArgs입니다.

적용 대상