MedicalViewerData3DRequestedEventArgs Constructor

Summary

Initializes a new instance of the MedicalViewerData3DRequestedEventArgs class object with explicit parameters.

Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal cell As MedicalViewerBaseCell, _ 
   ByVal informationType As MedicalViewer3DRequestedInformationType _ 
) 
            public: 
MedicalViewerData3DRequestedEventArgs(  
   MedicalViewerBaseCell^ cell, 
   MedicalViewer3DRequestedInformationType informationType 
) 

Parameters

cell
The cell that requested the 3D information.

informationType
MedicalViewer3DRequestedInformationType the represents what the requested information is.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly