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




patientId
A System.String that represents the Patient ID of the study.
viewer
A StudiesViewer object that represent the viewer to remove.
Initializes a new instance of the StudiesViewerRemovedEventArgs class with the specified parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal patientId As String, _
   ByVal viewer As StudiesViewer _
)
Visual Basic (Usage)Copy Code
Dim patientId As String
Dim viewer As StudiesViewer
 
Dim instance As New StudiesViewerRemovedEventArgs(patientId, viewer)
C# 
public StudiesViewerRemovedEventArgs( 
   string patientId,
   StudiesViewer viewer
)
Managed Extensions for C++ 
public: StudiesViewerRemovedEventArgs( 
   string* patientId,
   StudiesViewer* viewer
)
C++/CLI 
public:
StudiesViewerRemovedEventArgs( 
   String^ patientId,
   StudiesViewer^ viewer
)

Parameters

patientId
A System.String that represents the Patient ID of the study.
viewer
A StudiesViewer object that represent the viewer to remove.

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