LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
SeriesDropLoaderRequestedEventArgs Constructor
See Also 
Leadtools.Medical.Workstation.UI Namespace > SeriesDropLoaderRequestedEventArgs Class : SeriesDropLoaderRequestedEventArgs Constructor




seriesInformation
The Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase which will handle loading the series.
Initializes a new instance of the SeriesDropLoaderRequestedEventArgs class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal seriesInformation As SeriesInformation _
)
Visual Basic (Usage)Copy Code
Dim seriesInformation As SeriesInformation
 
Dim instance As New SeriesDropLoaderRequestedEventArgs(seriesInformation)
C# 
public SeriesDropLoaderRequestedEventArgs( 
   SeriesInformation seriesInformation
)
Managed Extensions for C++ 
public: SeriesDropLoaderRequestedEventArgs( 
   SeriesInformation* seriesInformation
)
C++/CLI 
public:
SeriesDropLoaderRequestedEventArgs( 
   SeriesInformation^ seriesInformation
)

Parameters

seriesInformation
The Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase which will handle loading the series.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also