C#
VB
C++
Initializes a new instance of the MedicalViewerData3DRequestedEventArgs class object with explicit parameters.
public MedicalViewerData3DRequestedEventArgs(
MedicalViewerBaseCell cell,
MedicalViewer3DRequestedInformationType informationType
)
Public Function New( _
ByVal cell As Leadtools.Medicalviewer.MedicalViewerBaseCell, _
ByVal informationType As Leadtools.Medicalviewer.MedicalViewer3DRequestedInformationType _
)
public:
MedicalViewerData3DRequestedEventArgs(
Leadtools.Medicalviewer.MedicalViewerBaseCell^ cell,
Leadtools.Medicalviewer.MedicalViewer3DRequestedInformationType informationType
)
cell
The cell that requested the 3D information.
informationType
MedicalViewer3DRequestedInformationType the represents what the requested information is.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET