MedicalViewerDesignerCreatedEventArgs Constructor

Summary

The MedicalViewerDesignerCreatedEventArgs class provides data for the MedicalViewerBaseCell.DesignerCreated event.

Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal type As MedicalViewerDesignerType, _ 
   ByVal designer As AnnDesigner, _ 
   ByVal subCellIndex As Integer, _ 
   ByVal container As AnnContainer, _ 
   ByVal annObject As AnnObject _ 
) 
            public: 
MedicalViewerDesignerCreatedEventArgs(  
   MedicalViewerDesignerType type, 
   AnnDesigner^ designer, 
   int subCellIndex, 
   AnnContainer^ container, 
   AnnObject^ annObject 
) 

Parameters

type
MedicalViewerDesignerType enumeration that represents the type of the designer that has been created.

designer
Leadtools.Annotations.Designers.AnnDesigner object that represents the designer object.

subCellIndex
the sub-cell index of the cell that has the annotation container that fired this event.

container
Leadtools.Annotations.Engine.AnnContainer the annotation container that fired this event.

annObject
the annotation object to be created, edited, or clicked under the run mode.

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