←Select platform

MedicalViewerAnnotationCreatedEventArgs Constructor(int,int,MedicalViewerActionType,AnnObject)

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 Leadtools.Medicalviewer.MedicalViewerActionType, _ 
   ByVal annObject As Leadtools.Annotations.Core.AnnObject _ 
) 
             
            public: 
MedicalViewerAnnotationCreatedEventArgs(  
   int cellIndex, 
   int subCellIndex, 
   Leadtools.Medicalviewer.MedicalViewerActionType annotationType, 
   Leadtools.Annotations.Core.AnnObject^ annObject 
) 
             

Parameters

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

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

annotationType
An enumerated MedicalViewerActionType value that represents the type of annotation created.

annObject
The newly created annotation object.

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