C#
VB
C++
Occurs when a Leadtools.MedicalViewer.MedicalViewerBaseCell has been generated from another cell.
public event EventHandler<CellGeneratedEventArgs> CellGenerated Public Event CellGenerated As EventHandler(Of CellGeneratedEventArgs)
public:event EventHandler<CellGeneratedEventArgs^>^ CellGenerated
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.
| Property | Description |
|---|---|
| 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. |
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
