Leadtools.Medical.Workstation.Interfaces Namespace > IWorkstationEventBroker Interface : CellGenerated Event |
event EventHandler<CellGeneratedEventArgs> CellGenerated
'Declaration Event CellGenerated As EventHandler(Of CellGeneratedEventArgs)
'Usage Dim instance As IWorkstationEventBroker Dim handler As EventHandler(Of CellGeneratedEventArgs) AddHandler instance.CellGenerated, handler
event EventHandler<CellGeneratedEventArgs> CellGenerated
add_CellGenerated(function(sender, e)) remove_CellGenerated(function(sender, e))
__event EventHandler<CellGeneratedEventArgs*>* CellGenerated
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. |
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