Jazyk

BitmapSource.DecodeFailed Událost

Definice

Nastane, když se image nepodaří načíst, protože je poškozená hlavička obrázku.

public:
 virtual event EventHandler<System::Windows::Media::ExceptionEventArgs ^> ^ DecodeFailed;
public virtual event EventHandler<System.Windows.Media.ExceptionEventArgs> DecodeFailed;
member this.DecodeFailed : EventHandler<System.Windows.Media.ExceptionEventArgs> 
Public Overridable Custom Event DecodeFailed As EventHandler(Of ExceptionEventArgs) 

Event Type

Poznámky

DecodeFailed je zaveden v rozhraní .NET Framework verze 3.5. Další informace naleznete v tématu Verze a závislosti.

Použití textu XAML

< Objekt DekódováníFailed="EventHandler" .../>

Platí pro