LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

PublishCellGenerated Method (IWorkstationEventBroker)







The System.Object publishing the event.
A System.String which represents the Feature ID for the component publishing the event.
The Leadtools.MedicalViewer.MedicalViewerBaseCell that is used to generate the cell.
The Leadtools.MedicalViewer.MedicalViewerBaseCell that is generated.
Fires the Leadtools.Medical.Workstation.Interfaces.IWorkstationEventBroker.CellGenerated event.
Syntax
void PublishCellGenerated( 
   object publisher,
   string featureId,
   MedicalViewerBaseCell originalCell,
   MedicalViewerBaseCell generatedCell
)
'Declaration
 
Sub PublishCellGenerated( _
   ByVal publisher As Object, _
   ByVal featureId As String, _
   ByVal originalCell As MedicalViewerBaseCell, _
   ByVal generatedCell As MedicalViewerBaseCell _
) 
'Usage
 
Dim instance As IWorkstationEventBroker
Dim publisher As Object
Dim featureId As String
Dim originalCell As MedicalViewerBaseCell
Dim generatedCell As MedicalViewerBaseCell
 
instance.PublishCellGenerated(publisher, featureId, originalCell, generatedCell)
void PublishCellGenerated( 
   object publisher,
   string featureId,
   MedicalViewerBaseCell originalCell,
   MedicalViewerBaseCell generatedCell
)
function Leadtools.Medical.Workstation.Interfaces.IWorkstationEventBroker.PublishCellGenerated( 
   publisher ,
   featureId ,
   originalCell ,
   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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IWorkstationEventBroker Interface
IWorkstationEventBroker Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.