![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.5
|
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
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. |