LEADTOOLS Medical (Leadtools.Medical.Workstation.Loader assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
ViewerCellCreating Event
See Also 
Leadtools.Medical.Workstation.Loader Namespace > MedicalViewerLoaderBase Class : ViewerCellCreating Event



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

Syntax

Visual Basic (Declaration) 
Public Event ViewerCellCreating As EventHandler(Of MedicalViewerCellCreatingEventArgs)
Visual Basic (Usage)Copy Code
Dim instance As MedicalViewerLoaderBase
Dim handler As EventHandler(Of MedicalViewerCellCreatingEventArgs)
 
AddHandler instance.ViewerCellCreating, handler
C# 
public event EventHandler<MedicalViewerCellCreatingEventArgs> ViewerCellCreating
C++/CLI 
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 to load the series into.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Medical.Workstation.Loader requires a Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features