←Select platform

FullSeriesImagesStreamed Event

Summary

Occurs when all the images in a series are streamed from the WCF service.

Syntax

C#
VB
C++
public event EventHandler<FullSeriesImagesStreamedEventArgs> FullSeriesImagesStreamed 
  
Public Event FullSeriesImagesStreamed As EventHandler(Of FullSeriesImagesStreamedEventArgs) 
public: 
event EventHandler<FullSeriesImagesStreamedEventArgs^>^ FullSeriesImagesStreamed 

Event Data

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.

PropertyDescription
Cells Gets the Leadtools.MedicalViewer.MedicalViewerMultiCell controls which the series images are displayed in.
SeriesInstanceUID Gets the Series Instance UID of the loaded series.
Example

Refer to the Medical Web Viewer demo in the WorkstationWebViewer project.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Web Assembly