←Select platform

ViewerCellCreating Event

Summary

Occurs before a new Leadtools.MedicalViewer.MedicalViewerMultiCell is created, initialized and added to the ViewerControl to display a series images

Syntax

C#
VB
C++
public event EventHandler<MedicalViewerCellCreatingEventArgs> ViewerCellCreating 
  
Public Event ViewerCellCreating As EventHandler(Of MedicalViewerCellCreatingEventArgs) 
public: 
event EventHandler<MedicalViewerCellCreatingEventArgs^>^ ViewerCellCreating 

Event Data

The event handler receives an argument of type MedicalViewerCellCreatingEventArgs containing data related to this event. The following MedicalViewerCellCreatingEventArgs properties provide information specific to this event.

PropertyDescription
ParentViewer Gets or sets the Leadtools.MedicalViewer.MedicalViewer control for the cell
SeriesInstanceUID (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerCellRequestedEventArgs)Gets the Series Instance UID for the images to be loaded in the cell.
StudyInstanceUID (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerCellRequestedEventArgs)Gets the Study Instance UID for the images to be loaded in the cell.
ViewerCell (Inherited from Leadtools.Medical.Workstation.Loader.MedicalViewerCellRequestedEventArgs)Gets or sets the cell that will load the series.
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.Medical.Workstation.Loader Assembly