Leadtools.Dicom.Web Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
StreamingError Event
See Also 
Leadtools.Dicom.Web Namespace > MedicalWebViewerStreamer Class : StreamingError Event



Occurs when an error or exception occur during the streaming process.

Syntax

Visual Basic (Declaration) 
Public Event StreamingError() As StreamingErrorHandler
Visual Basic (Usage)Copy Code
Dim instance As MedicalWebViewerStreamer
Dim handler As StreamingErrorHandler
 
AddHandler instance.StreamingError, handler
C# 
public event StreamingErrorHandler StreamingError()
C++/CLI 
public:
event StreamingErrorHandler^ StreamingError();

Event Data

The event handler receives an argument of type StreamingErrorEventArgs containing data related to this event. The following StreamingErrorEventArgs properties provide information specific to this event.

PropertyDescription
Error Gets the exception that caused the streaming error.

Example

Please check our Medical Web Viewer demo, located in WinForms.csproj project.

Remarks

When an error occurs while streaming the series images and information the MedicalWebViewerStreamer will raise this event to notify the user about the error occurred

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

StreamingError requires a Web Viewer Framework Module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features