DjVu Namespace > PageBitmapSource Class : DownloadFailed Event |
Public Shadows Event DownloadFailed As EventHandler(Of ExceptionEventArgs)
Dim instance As PageBitmapSource Dim handler As EventHandler(Of ExceptionEventArgs) AddHandler instance.DownloadFailed, handler
public new event EventHandler<ExceptionEventArgs> DownloadFailed
public: new event EventHandler<ExceptionEventArgs^>^ DownloadFailed
The event handler receives an argument of type ExceptionEventArgs containing data related to this event. The following ExceptionEventArgs properties provide information specific to this event.
Property | Description |
---|---|
ErrorException | Gets the exception that details the cause of the failure. |
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family