MedicalViewerAnnotationChangedEventArgs Constructor

Summary

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

Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal subCellIndex As Integer, _ 
   ByVal annObject As AnnObject, _ 
   ByVal changeType As MedicalViewerAnnotationChangeType _ 
) 
            public: 
MedicalViewerAnnotationChangedEventArgs(  
   int subCellIndex, 
   AnnObject^ annObject, 
   MedicalViewerAnnotationChangeType changeType 
) 

Parameters

subCellIndex
the index of the sub-cell that hold the annotation container with the changed object

annObject
the object subjected to change..

changeType
enum that represents what exactly is the change.

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