C#
VB
C++
Occurs when loading a series fail.
public event EventHandler<LoadSeriesErrorEventArgs> SeriesLoadingError
Public Event SeriesLoadingError As EventHandler(Of LoadSeriesErrorEventArgs)
public:
event EventHandler<LoadSeriesErrorEventArgs^>^ SeriesLoadingError
The event handler receives an argument of type LoadSeriesErrorEventArgs containing data related to this event. The following LoadSeriesErrorEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Error | Gets the error System.Exception. |
LoadedSeries (Inherited from Leadtools.Medical.Workstation.UI.LoadSeriesEventArgs) | Gets the series information. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET