Leadtools.Dicom.Web Namespace > MedicalWebViewerLoader Class : FullSeriesImagesStreamed Event |
public event EventHandler<FullSeriesImagesStreamedEventArgs> FullSeriesImagesStreamed
'Declaration Public Event FullSeriesImagesStreamed As EventHandler(Of FullSeriesImagesStreamedEventArgs)
'Usage Dim instance As MedicalWebViewerLoader Dim handler As EventHandler(Of FullSeriesImagesStreamedEventArgs) AddHandler instance.FullSeriesImagesStreamed, handler
public event EventHandler<FullSeriesImagesStreamedEventArgs> FullSeriesImagesStreamed
add_FullSeriesImagesStreamed(function(sender, e)) remove_FullSeriesImagesStreamed(function(sender, e))
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. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2