LEADTOOLS Medical (Leadtools.Dicom.Web assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
OnFullSeriesImagesStreamed Method
See Also 
Leadtools.Dicom.Web Namespace > MedicalWebViewerLoader Class : OnFullSeriesImagesStreamed Method



sender
The object firing the event.
args
Contains the event data.
sender
The object firing the event.
args
Contains the event data.
Raises the MedicalWebViewerLoader.FullSeriesImagesStreamed event.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnFullSeriesImagesStreamed( _
   ByVal sender As Object, _
   ByVal args As FullSeriesImagesStreamedEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As MedicalWebViewerLoader
Dim sender As Object
Dim args As FullSeriesImagesStreamedEventArgs
 
instance.OnFullSeriesImagesStreamed(sender, args)
C# 
protected virtual void OnFullSeriesImagesStreamed( 
   object sender,
   FullSeriesImagesStreamedEventArgs args
)
C++/CLI 
protected:
virtual void OnFullSeriesImagesStreamed( 
   Object^ sender,
   FullSeriesImagesStreamedEventArgs^ args
) 

Parameters

sender
The object firing the event.
args
Contains the event data.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also