CellGenerated Event

Summary
Occurs when a Leadtools.MedicalViewer.MedicalViewerBaseCell has been generated from another cell.
Syntax
C#
C++/CLI
public event EventHandler<CellGeneratedEventArgs> CellGenerated 
public:  
   event EventHandler<CellGeneratedEventArgs^>^ CellGenerated 
Event Data

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

PropertyDescription
FeatureId Gets the feature that executed to generate the new cell.
GeneratedCell Gets the new Leadtools.MedicalViewer.MedicalViewerBaseCell that is generated.
OriginalCell Gets the Leadtools.MedicalViewer.MedicalViewerBaseCell that is used to generate the new cell.
Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.