MedicalViewerAnnotationCreatedEventArgs Constructor(int,int,MedicalViewerActionType)

Summary
Initializes a new instance of the MedicalViewerAnnotationCreatedEventArgs class with explicit parameters.
Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal cellIndex As Integer, _ 
   ByVal subCellIndex As Integer, _ 
   ByVal annotationType As MedicalViewerActionType _ 
) 
            public: 
MedicalViewerAnnotationCreatedEventArgs(  
   int cellIndex, 
   int subCellIndex, 
   MedicalViewerActionType annotationType 
) 

Parameters

cellIndex
The index of the cell that has the annotation that was created.

subCellIndex
The index of the sub-cell that has the annotation that was created.

annotationType
An enumerated MedicalViewerActionType value that represents which annotation type was created.

Requirements

Target Platforms

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

Leadtools.MedicalViewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.