PublishCellGenerated Method

Summary
Fires the CellGenerated event.
Syntax
C#
C++/CLI
public void PublishCellGenerated( 
   object publisher, 
   string featureId, 
   MedicalViewerBaseCell originalCell, 
   MedicalViewerBaseCell generatedCell 
) 
public:  
   void PublishCellGenerated( 
      Object^ publisher, 
      String^ featureId, 
      MedicalViewerBaseCell^ originalCell, 
      MedicalViewerBaseCell^ generatedCell 
   ) 

Parameters

publisher
The System.Object publishing the event.

featureId
A System.String which represents the Feature ID for the component publishing the event.

originalCell
The Leadtools.MedicalViewer.MedicalViewerBaseCell that is used to generate the cell.

generatedCell
The Leadtools.MedicalViewer.MedicalViewerBaseCell that is generated.

Remarks

Components that generate a cell from an existing cell should call this method to notify other listener components about 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.