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. |