'宣言 Public Event MediaFailed As System.EventHandler(Of ExceptionEventArgs)
public event System.EventHandler<ExceptionEventArgs> MediaFailed
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.Media.ExceptionEventArgs 型の引数を受け取りました。次の ExceptionEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
ErrorException | Gets the exception that details the cause of the failure. |
参照