←Select platform

CellGenerated Event

Summary

Occurs when a Leadtools.MedicalViewer.MedicalViewerBaseCell has been generated from another cell.

Syntax

C#
VB
C++
public event EventHandler<CellGeneratedEventArgs> CellGenerated 
  
Public Event CellGenerated As EventHandler(Of CellGeneratedEventArgs) 
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly