Occurs when all the images in a series are streamed from the WCF service.
public event EventHandler<FullSeriesImagesStreamedEventArgs> FullSeriesImagesStreamed Public Event FullSeriesImagesStreamed As EventHandler(Of FullSeriesImagesStreamedEventArgs)
public:event EventHandler<FullSeriesImagesStreamedEventArgs^>^ FullSeriesImagesStreamed
The event handler receives an argument of type FullSeriesImagesStreamedEventArgs containing data related to this event. The following FullSeriesImagesStreamedEventArgs properties provide information specific to this event.
| Property | Description | 
|---|---|
| Cells | Gets the Leadtools.MedicalViewer.MedicalViewerMultiCell controls which the series images are displayed in. | 
| SeriesInstanceUID | Gets the Series Instance UID of the loaded series. | 
Refer to the Medical Web Viewer demo in the WorkstationWebViewer project.
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
