←Select platform

MedicalViewerBuiltInTagEventArgs Constructor

Summary

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

Syntax

C#
VB
C++
  
Public Function New( _ 
   ByVal subCellIndex As Integer, _ 
   ByVal tagType As Leadtools.Medicalviewer.MedicalViewerTagType, _ 
   ByVal text As String _ 
) 
             
            public: 
MedicalViewerBuiltInTagEventArgs(  
   int subCellIndex, 
   Leadtools.Medicalviewer.MedicalViewerTagType tagType, 
   String^ text 
) 
             

Parameters

subCellIndex
sub-cell index of the cell

tagType
the type of the tag.

text
the tag text.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly