The MedicalViewerDesignerCreatedEventArgs class provides data for the MedicalViewerBaseCell.DesignerCreated event.
public MedicalViewerDesignerCreatedEventArgs(
MedicalViewerDesignerType type,
AnnDesigner designer,
int subCellIndex,
AnnContainer container,
AnnObject annObject
)
Public Function New( _
ByVal type As Leadtools.Medicalviewer.MedicalViewerDesignerType, _
ByVal designer As Leadtools.Annotations.Designers.AnnDesigner, _
ByVal subCellIndex As Integer, _
ByVal container As Leadtools.Annotations.Core.AnnContainer, _
ByVal annObject As Leadtools.Annotations.Core.AnnObject _
)
public:
MedicalViewerDesignerCreatedEventArgs(
Leadtools.Medicalviewer.MedicalViewerDesignerType type,
Leadtools.Annotations.Designers.AnnDesigner^ designer,
int subCellIndex,
Leadtools.Annotations.Core.AnnContainer^ container,
Leadtools.Annotations.Core.AnnObject^ annObject
)
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.Core.AnnContainer the annotation container that fired this event.
annObject
the annotation object to be created, edited, or clicked under the run mode.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET