Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

Show in webframe

OnFullSeriesImagesStreamed Method






The object firing the event.
Contains the event data.
Raises the FullSeriesImagesStreamed event.
Syntax
protected virtual void OnFullSeriesImagesStreamed( 
   object sender,
   FullSeriesImagesStreamedEventArgs args
)
'Declaration
 
Protected Overridable Sub OnFullSeriesImagesStreamed( _
   ByVal sender As Object, _
   ByVal args As FullSeriesImagesStreamedEventArgs _
) 
'Usage
 
Dim instance As MedicalWebViewerLoader
Dim sender As Object
Dim args As FullSeriesImagesStreamedEventArgs
 
instance.OnFullSeriesImagesStreamed(sender, args)

            

            
protected:
virtual void OnFullSeriesImagesStreamed( 
   Object^ sender,
   FullSeriesImagesStreamedEventArgs^ args
) 

Parameters

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

Target Platforms

See Also

Reference

MedicalWebViewerLoader Class
MedicalWebViewerLoader Members

Error processing SSI file