Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Medical.Workstation Namespace > WorkstationEventBroker Class : CellGenerated Event |
public event EventHandler<CellGeneratedEventArgs> CellGenerated
'Declaration Public Event CellGenerated As EventHandler(Of CellGeneratedEventArgs)
'Usage Dim instance As WorkstationEventBroker Dim handler As EventHandler(Of CellGeneratedEventArgs) AddHandler instance.CellGenerated, handler
public: __event EventHandler<CellGeneratedEventArgs*>* CellGenerated
public: 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. |