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 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
)
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document