Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.28
|
Leadtools.Medical.Workstation.Loader Namespace > MedicalViewerLoaderBase Class : CellCloned Event |
public event EventHandler<CellClonedEventArgs> CellCloned
'Declaration Public Event CellCloned As EventHandler(Of CellClonedEventArgs)
'Usage Dim instance As MedicalViewerLoaderBase Dim handler As EventHandler(Of CellClonedEventArgs) AddHandler instance.CellCloned, handler
public: event EventHandler<CellClonedEventArgs^>^ CellCloned
The event handler receives an argument of type CellClonedEventArgs containing data related to this event. The following CellClonedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
ClonedCell | Gets the cloned Leadtools.MedicalViewer.MedicalViewerMultiCell. |
OriginalCell | Gets the original Leadtools.MedicalViewer.MedicalViewerMultiCell object. |