更新:2007 年 11 月
命名空间:
System.Windows.Media.Imaging 程序集:
PresentationCore(在 PresentationCore.dll 中)
用于 XAML 的 XMLNS:http://schemas.microsoft.com/winfx/xaml/presentation
Public Overridable Event DecodeFailed As EventHandler(Of ExceptionEventArgs)
Dim instance As BitmapSource
Dim handler As EventHandler(Of ExceptionEventArgs)
AddHandler instance.DecodeFailed, handler
public virtual event EventHandler<ExceptionEventArgs> DecodeFailed
public:
virtual event EventHandler<ExceptionEventArgs^>^ DecodeFailed {
void add (EventHandler<ExceptionEventArgs^>^ value);
void remove (EventHandler<ExceptionEventArgs^>^ value);
}
/** @event */
public void add_DecodeFailed (EventHandler<ExceptionEventArgs> value)
/** @event */
public void remove_DecodeFailed (EventHandler<ExceptionEventArgs> value)
<object DecodeFailed="EventHandler" .../>
DecodeFailed 是在 .NET Framework 3.5 版中引入的。有关更多信息,请参见 .NET Framework 3.5 体系结构。
.NET Framework 和 .NET Compact Framework 并不是对每个平台的所有版本都提供支持。有关支持的版本的列表,请参见.NET Framework 系统要求。
.NET Framework
受以下版本支持:3.5 SP1、3.0 SP1
参考