PublishCellGenerated Method

Summary
Fires the CellGenerated event.
Syntax
C#
VB
C++
public void PublishCellGenerated( 
   object publisher, 
   string featureId, 
   MedicalViewerBaseCell originalCell, 
   MedicalViewerBaseCell generatedCell 
) 
  
Sub PublishCellGenerated( _ 
   ByVal publisher As Object, _ 
   ByVal featureId As String, _ 
   ByVal originalCell As MedicalViewerBaseCell, _ 
   ByVal generatedCell As MedicalViewerBaseCell _ 
)  

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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

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